Revert "don't set -stdlib in CXXGLAGS"

This reverts commit 62c06eabcc18cfb8a63ee764ccbe4d86bb90eefc.
This commit is contained in:
Dane Springmeyer 2013-12-13 06:23:03 -08:00
parent c02a1c5f04
commit e7e60cb541

View File

@ -1160,6 +1160,7 @@ if not preconfigured:
# set any custom cxxflags and ldflags to come first
if sys.platform == 'darwin' and not env['HOST']:
DEFAULT_CXX11_CXXFLAGS += ' -stdlib=libc++'
DEFAULT_CXX11_LINKFLAGS = ' -stdlib=libc++'
env.Append(CPPDEFINES = env['CUSTOM_DEFINES'])
env.Append(CXXFLAGS = DEFAULT_CXX11_CXXFLAGS)