This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix conan libstdc++ ABI (
#156
).
main
offa
5 years ago
parent
8610b6ad52
commit
b6639d9c82
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
script/ci_build.sh
+ 1
- 1
script/ci_build.sh
View File
@@ -13,7 +13,7 @@ then
fi
mkdir build && cd build
conan install --build missing ..
conan install --build missing
-s compiler.libcxx=libstdc++11
..
cmake ..
make
Write
Preview
Loading…
Cancel
Save