From 687f12531570ad8f0e38c7b4a4edd3928578db7a Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Thu, 27 May 2010 12:13:37 +0000 Subject: [PATCH] Slightly redo how Linux global builds get the prefix/lib location. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5516 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 1df70d31b4..403cf36e57 100644 --- a/SConstruct +++ b/SConstruct @@ -418,6 +418,7 @@ conf.Define('SHARED_SFML', env['SHARED_SFML']) conf.Define('USER_DIR', "\"" + env['userdir'] + "\"") if (env['install'] == 'global'): conf.Define('DATA_DIR', "\"" + env['data_dir'] + "\"") + conf.Define('LIBS_DIR', "\"" + env['prefix'] + 'lib/' + "\"") # lua env['LUA_USE_MACOSX'] = 0