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']:
|
if not env['osx64']:
|
||||||
libs += [
|
libs = [ 'debwx' ] + libs
|
||||||
'debwx'
|
|
||||||
]
|
|
||||||
wxenv = env.Clone()
|
wxenv = env.Clone()
|
||||||
wxenv.Append(
|
wxenv.Append(
|
||||||
CPPDEFINES = [
|
CPPDEFINES = [
|
||||||
|
|
Loading…
Reference in New Issue