mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 21:44:28 +00:00
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?
|
#TODO where should this go?
|
||||||
env['data_dir'] = env['prefix']
|
env['data_dir'] = env['prefix']
|
||||||
|
|
||||||
env['LINKFLAGS'] = [ '-Wl,-rpath=' + env['libs_dir'] ]
|
env['LINKFLAGS'] = [ '-Wl,-rpath,' + env['libs_dir'] ]
|
||||||
env['LIBPATH'] += [ env['libs_dir'] ]
|
env['LIBPATH'] += [ env['libs_dir'] ]
|
||||||
Export('env')
|
Export('env')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user