mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00: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:
parent
af64786472
commit
687f125315
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue