From aabee66444d1961c012eaa38a873578516566ee8 Mon Sep 17 00:00:00 2001 From: nakeee Date: Wed, 19 Nov 2008 15:00:19 +0000 Subject: [PATCH] forgot the lib path git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1221 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 47771179d6..4cd365fd77 100644 --- a/SConstruct +++ b/SConstruct @@ -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'],