Merge pull request #1150 from AntiMoron/master

Fix compiler cpp std version
pull/1153/merge
Alexander Gessler 2017-01-26 21:05:06 +01:00 committed by GitHub
commit 3e4a01ab04
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ CPP_DEV_TARGET_LIST=(miphoneos-version-min mios-simulator-version-min)
CPP_DEV_TARGET=
CPP_STD_LIB_LIST=(libc++ libstdc++)
CPP_STD_LIB=
CPP_STD_LIST=(c++03 c++11 c++14)
CPP_STD_LIST=(c++11 c++14)
CPP_STD=
function join { local IFS="$1"; shift; echo "$*"; }