From 9e6af230623c7ae743405c227ba5ac58101ea336 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 28 Jan 2016 15:15:59 +0100 Subject: [PATCH] Use -stdlib=libc++ explicitly with clang under OS X in Travis CI Fix the compilation of the sample using non configure-generated makefile in OS X Travis CI build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eff6913987..07061c10e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: env: wxCONFIGURE_FLAGS="--disable-shared" - os: osx compiler: clang - env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" + env: wxCONFIGURE_FLAGS="--enable-cxx11" wxMAKEFILE_FLAGS="CXXFLAGS='-std=c++11 -stdlib=libc++'" branches: only: