Fix library order (scons)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@942 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-10-23 08:59:31 +00:00
parent 4d169987c2
commit f8762b7ec9
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ libs = [
]
if not env['osx64']:
libs += [
'debwx'
]
libs = [ 'debwx' ] + libs
wxenv = env.Clone()
wxenv.Append(
CPPDEFINES = [