mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-18 19:28:36 +00:00
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…
x
Reference in New Issue
Block a user