git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5925 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2010-07-20 04:57:04 +00:00
parent 4ffea2c8b9
commit 16c765dc9c
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ if sys.platform == 'linux2' and env['install'] == 'global':
env['plugin_dir'] = env['prefix'] + 'lib/dolphin-emu/'
env['data_dir'] = env['prefix'] + "share/dolphin-emu/"
else:
env['prefix'] = os.path.join('#Binary',
env['prefix'] = os.path.join('Binary',
platform.system() + '-' + platform.machine() + extra + os.sep)
env['binary_dir'] = '#' + env['prefix']
env['plugin_dir'] = '#' + env['prefix'] + 'plugins/'