fix compile on mac
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1395 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f66b7999d8
commit
f767128244
|
@ -237,7 +237,7 @@ env['libs_dir'] = env['prefix'] + 'Libs/'
|
|||
#TODO where should this go?
|
||||
env['data_dir'] = env['prefix']
|
||||
|
||||
env['LINKFLAGS'] = [ '-Wl,-rpath=' + env['libs_dir'] ]
|
||||
env['LINKFLAGS'] = [ '-Wl,-rpath,' + env['libs_dir'] ]
|
||||
env['LIBPATH'] += [ env['libs_dir'] ]
|
||||
Export('env')
|
||||
|
||||
|
|
Loading…
Reference in New Issue