mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00:00
fixed typo:)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1486 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
900407c1fe
commit
b0d959832d
@ -14,11 +14,11 @@ files = [
|
|||||||
]
|
]
|
||||||
padenv = env.Clone()
|
padenv = env.Clone()
|
||||||
|
|
||||||
if not padenv['HAVE_WX']:
|
if padenv['HAVE_WX']:
|
||||||
files += [
|
files += [
|
||||||
"GUI/ConfigDlg.cpp",
|
"GUI/ConfigDlg.cpp",
|
||||||
"XInputBase.cpp",
|
"XInputBase.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
padenv.Append(LIBS = [ 'common' ])
|
padenv.Append(LIBS = [ 'common' ])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user