File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ matrix:
3434 - libglew-dev
3535 - libftgl-dev
3636 - libglm-dev
37+ - libc++-dev
3738 env :
3839 - MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
3940 # linux/gcc
@@ -48,6 +49,7 @@ matrix:
4849 - libglew-dev
4950 - libftgl-dev
5051 - libglm-dev
52+ - libc++-dev
5153 env :
5254 - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
5355
Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ AC_PREFIX_DEFAULT([/usr/local])
7676
7777AC_PROG_MKDIR_P
7878
79- AX_CHECK_COMPILE_FLAG ( [ -stdlib=libstdc ++] , [
80- CXXFLAGS="$CXXFLAGS -stdlib=libstdc ++"] )
79+ AX_CHECK_COMPILE_FLAG ( [ -stdlib=libc ++] , [
80+ CXXFLAGS="$CXXFLAGS -stdlib=libc ++"] )
8181
82- AX_CHECK_COMPILE_FLAG ( [ -std=c++14 ] , [
83- CXXFLAGS="$CXXFLAGS -std=c++14 "] )
82+ AX_CHECK_COMPILE_FLAG ( [ -std=c++11 ] , [
83+ CXXFLAGS="$CXXFLAGS -std=c++11 "] )
8484
8585dnl Qt
8686AC_ARG_ENABLE ( [ qt] ,
You can’t perform that action at this time.
0 commit comments