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:
parent
4d169987c2
commit
f8762b7ec9
|
@ -30,9 +30,7 @@ libs = [
|
|||
]
|
||||
|
||||
if not env['osx64']:
|
||||
libs += [
|
||||
'debwx'
|
||||
]
|
||||
libs = [ 'debwx' ] + libs
|
||||
wxenv = env.Clone()
|
||||
wxenv.Append(
|
||||
CPPDEFINES = [
|
||||
|
|
Loading…
Reference in New Issue