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:
nakeee 2008-11-19 15:00:19 +00:00
parent 486d5603c8
commit aabee66444

View File

@ -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'],