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
This commit is contained in:
Soren Jorvang 2010-05-27 12:13:37 +00:00
parent af64786472
commit 687f125315
1 changed files with 1 additions and 0 deletions

View File

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