Whoops! Set the default in the last commit to c++1y instead of c++11
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@199224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f78c0d9f9
commit
928bb68bb2
@ -19,7 +19,7 @@ fi
|
||||
|
||||
if [ -z "$CXX_LANG" ]
|
||||
then
|
||||
CXX_LANG=c++1y
|
||||
CXX_LANG=c++11
|
||||
fi
|
||||
|
||||
if [ -z "$CC" ]
|
||||
|
@ -38,7 +38,7 @@ fi
|
||||
|
||||
if [ -z "$CXX_LANG" ]
|
||||
then
|
||||
CXX_LANG=c++1y
|
||||
CXX_LANG=c++11
|
||||
fi
|
||||
if [ -z "$OPTIONS" ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user