mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Revert "don't set -stdlib in CXXGLAGS"
This reverts commit 62c06eabcc18cfb8a63ee764ccbe4d86bb90eefc.
This commit is contained in:
parent
c02a1c5f04
commit
e7e60cb541
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user