From d80f576f779b8c550dcda1d3e88e7506998afb68 Mon Sep 17 00:00:00 2001 From: John Sully Date: Tue, 19 Mar 2019 20:00:52 -0400 Subject: [PATCH] Will clang build now with travis? Former-commit-id: 2bf5c1324a9ff7739ee2eb90d7a722065d2d8a98 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 009ba2dda..9180e2593 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: - llvm-toolchain-precise-3.8 - ubuntu-toolchain-r-test - os: linux - env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8 CXXFLAGS="-stdlib=libc++" + env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8 CXXFLAGS="-stdlib=libc++" LDFLAGS="-stlib=libc++" addons: apt: packages: