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
Libc++ renabled.
main
offa
7 years ago
parent
776d0de78d
commit
b12b3f782c
1 changed files
with
3 additions
and
3 deletions
Split View
Show Diff Stats
+3
-3
script/ci_build.sh
+ 3
- 3
script/ci_build.sh
View File
@@ -2,9 +2,9 @@
set -ex
#
if [[ "${CXX}" == clang* ]]; then
#
export CXXFLAGS="-stdlib=libc++"
#
fi
if [[ "${CXX}" == clang* ]]; then
export CXXFLAGS="-stdlib=libc++"
fi
mkdir build && cd build
Write
Preview
Loading…
Cancel
Save