Skip to content

Commit cef2f81

Browse files
Ask Clang to use libstdc++ instead of libc++
1 parent 1439b11 commit cef2f81

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
@@ -29,7 +29,7 @@ matrix:
2929
- libc++-dev
3030
before_install:
3131
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/clang-3.7 90
32-
env: COMPILER="clang++-3.7 -stdlib=libc++"
32+
env: COMPILER="clang++-3.7 -stdlib=libstdc++"
3333
- os: osx
3434
compiler: gcc
3535
env: COMPILER=g++

0 commit comments

Comments
 (0)