compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1754 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-01-03 22:21:34 +00:00
parent 161d7f369a
commit 22753f9e3c
2 changed files with 5 additions and 5 deletions

View File

@ -19,6 +19,6 @@ if padeenv['HAVE_WX']:
"GUI/ConfigDlg.cpp",
]
padeenv.Append(LIBS = [ 'common', 'core' ])
padeenv.Append(LIBS = [ 'core', 'common' ])
padeenv.SharedLibrary(env['plugin_dir']+name, files)