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:
nakeee 2008-12-04 14:29:24 +00:00
parent f66b7999d8
commit f767128244
1 changed files with 1 additions and 1 deletions

View File

@ -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')