Skip to content

Commit 3fd0736

Browse files
romainbrenguiersmowton
authored andcommitted
Ask Clang to use libstdc++ instead of libc++
1 parent a77a85a commit 3fd0736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
before_install:
3434
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
3535
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
36-
env: COMPILER="clang++-3.7 -stdlib=libc++"
36+
env: COMPILER="clang++-3.7 -stdlib=libstdc++"
3737
- os: osx
3838
compiler: gcc
3939
env: COMPILER=g++

0 commit comments

Comments
 (0)