From 16c765dc9c7ad5a4ba10210c633f002540787854 Mon Sep 17 00:00:00 2001 From: Soren Jorvang Date: Tue, 20 Jul 2010 04:57:04 +0000 Subject: [PATCH] Merge-o. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5925 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index ea196897ed..62644a84ca 100644 --- a/SConstruct +++ b/SConstruct @@ -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/'