mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Further *BSD portability.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5958 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -244,7 +244,7 @@ elif sys.platform == 'win32':
|
||||
|
||||
else:
|
||||
env['CCFLAGS'] += ['-pthread']
|
||||
env['CCFLAGS'] += ['-Wno-deprecated'] # XXX <hash_map>
|
||||
env['CXXFLAGS'] += ['-Wno-deprecated'] # XXX <hash_map>
|
||||
env['CPPPATH'].insert(0, '#')
|
||||
env['LINKFLAGS'] += ['-pthread']
|
||||
conf = env.Configure(custom_tests = tests, config_h="#config.h")
|
||||
|
Reference in New Issue
Block a user