Commit de28919b authored by Milo Yip's avatar Milo Yip

Try libc++

parent d6575035
...@@ -155,7 +155,7 @@ before_script: ...@@ -155,7 +155,7 @@ before_script:
- mkdir build - mkdir build
script: script:
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CXXFLAGS="-stdlib=libc++" CC="clang-3.7"; fi
- > - >
eval "ARCH_FLAGS=\${ARCH_FLAGS_${ARCH}}" ; eval "ARCH_FLAGS=\${ARCH_FLAGS_${ARCH}}" ;
(cd build && cmake (cd build && cmake
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment