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
Unification.
main
offa
7 years ago
parent
59fe714530
commit
6ea9b88887
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
script/ci_build.sh
+ 2
- 1
script/ci_build.sh
View File
@@ -2,7 +2,8 @@
set -ex
if [[ "${CXX}" == clang* ]]; then
if [[ "${CXX}" == clang* ]]
then
export CXXFLAGS="-stdlib=libc++"
fi
Write
Preview
Loading…
Cancel
Save