Be specific about libstdc++.

This commit is contained in:
Par Winzell 2019-05-07 14:24:07 -07:00
parent a46d5546b9
commit be0dbbb5f4
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ install:
- conan user - conan user
script: script:
- conan install . -i build -s build_type=Release - conan install . -i build -s build_type=Release -s compiler.libcxx=libstdc++11
- conan build . -bf build - conan build . -bf build