mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
fix linux gcpad symbol missing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4943 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d81555108c
commit
156e357164
@ -22,7 +22,7 @@ if padenv['HAVE_WX']:
|
||||
]
|
||||
|
||||
padenv.Append(
|
||||
LIBS = [ 'common', 'inputcommon' ],
|
||||
LIBS = [ 'inputcommon', 'common', ],
|
||||
)
|
||||
|
||||
padenv.SharedLibrary(env['plugin_dir']+name, files)
|
||||
|
Loading…
Reference in New Issue
Block a user