mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 19:02:42 +00:00
forgot the lib path
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1221 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
486d5603c8
commit
aabee66444
@ -233,7 +233,7 @@ env['libs_dir'] = env['prefix'] + 'Libs/'
|
||||
env['data_dir'] = env['prefix']
|
||||
|
||||
env['LINKFLAGS'] = [ '-Wl,-rpath=' + env['libs_dir'] ]
|
||||
|
||||
env['LIBPATH'] += [ env['libs_dir'] ]
|
||||
Export('env')
|
||||
|
||||
rev = utils.GenerateRevFile(env['flavor'],
|
||||
|
Loading…
Reference in New Issue
Block a user