Try forcing libc++ on Linux to fix the build

This commit is contained in:
Eric Fischer 2016-03-24 17:17:11 -07:00
parent 76ab63c1d0
commit 052c0a55df

View File

@ -30,6 +30,7 @@ install:
export LDFLAGS="--coverage";
elif [[ $(uname -s) == 'Linux' ]]; then
export CXX=clang++;
export CXXFLAGS="-stdlib=libc++";
fi;
- make