libstdc option makes no sense on the mac.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 22:48:03 -07:00
parent 1a0f3026d6
commit 1e2e552ff0
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ jobs:
- name: Conan install
run: |
conan install . -i build -s build_type=Release --build fmt -s compiler.libcxx=libstdc++11 --build libiconv --build=libxml2 --build=zlib --build=bzip
conan install . -i build -s build_type=Release --build fmt --build libiconv --build=libxml2 --build=zlib --build=bzip
shell: bash
- name: Conan build