Quick fix for Issue 2820 - build works on my system with or without this patch, but it doesn't hurt.
Thanks Karloathian for the solution! git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6295 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cb453a0fb3
commit
0b7e90f0de
|
@ -192,7 +192,7 @@ else:
|
|||
if sys.platform == 'linux2':
|
||||
env['CPPDEFINES'] += [('_FILE_OFFSET_BITS', 64), '_LARGEFILE_SOURCE']
|
||||
env['CXXFLAGS'] += ['-Wno-deprecated'] # XXX <hash_map>
|
||||
env['LINKFLAGS'] += ['-pthread']
|
||||
env['LINKFLAGS'] += ['-pthread', '-ldl']
|
||||
env['RPATH'] = []
|
||||
|
||||
conf = env.Configure(config_h = "#config.h", custom_tests = {
|
||||
|
|
Loading…
Reference in New Issue