Switch to libc++ on mac.
This commit is contained in:
parent
af32a9790b
commit
1a1b16614a
|
@ -322,10 +322,10 @@ class AMXXConfig(object):
|
||||||
'-mmacosx-version-min=10.5',
|
'-mmacosx-version-min=10.5',
|
||||||
'-arch', 'i386',
|
'-arch', 'i386',
|
||||||
'-lstdc++',
|
'-lstdc++',
|
||||||
'-stdlib=libstdc++',
|
'-stdlib=libc++',
|
||||||
'-framework', 'CoreServices',
|
'-framework', 'CoreServices',
|
||||||
]
|
]
|
||||||
cxx.cxxflags += ['-stdlib=libstdc++']
|
cxx.cxxflags += ['-stdlib=libc++']
|
||||||
|
|
||||||
def configure_windows(self, cxx):
|
def configure_windows(self, cxx):
|
||||||
cxx.defines += ['WIN32', '_WINDOWS']
|
cxx.defines += ['WIN32', '_WINDOWS']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user