Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2016-02-27 17:42:55 +0300
committerMilo Yip <miloyip@gmail.com>2016-02-27 17:42:55 +0300
commitde28919b41614957ad21bfa69094396c3a32fa78 (patch)
tree4b64962ef4bc59e34b511e1959b6f06c57ee932c /.travis.yml
parentd6575035a541bc3a491fcb0a1664c3472c077132 (diff)
Try libc++
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e18acef4..7a114a42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -155,7 +155,7 @@ before_script:
- mkdir build
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}}" ;
(cd build && cmake