mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
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:
@ -418,6 +418,7 @@ conf.Define('SHARED_SFML', env['SHARED_SFML'])
|
|||||||
conf.Define('USER_DIR', "\"" + env['userdir'] + "\"")
|
conf.Define('USER_DIR', "\"" + env['userdir'] + "\"")
|
||||||
if (env['install'] == 'global'):
|
if (env['install'] == 'global'):
|
||||||
conf.Define('DATA_DIR', "\"" + env['data_dir'] + "\"")
|
conf.Define('DATA_DIR', "\"" + env['data_dir'] + "\"")
|
||||||
|
conf.Define('LIBS_DIR', "\"" + env['prefix'] + 'lib/' + "\"")
|
||||||
|
|
||||||
# lua
|
# lua
|
||||||
env['LUA_USE_MACOSX'] = 0
|
env['LUA_USE_MACOSX'] = 0
|
||||||
|
Reference in New Issue
Block a user