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()
|
||||
|
||||
if not padenv['HAVE_WX']:
|
||||
files += [
|
||||
"GUI/ConfigDlg.cpp",
|
||||
"XInputBase.cpp",
|
||||
]
|
||||
if padenv['HAVE_WX']:
|
||||
files += [
|
||||
"GUI/ConfigDlg.cpp",
|
||||
"XInputBase.cpp",
|
||||
]
|
||||
|
||||
padenv.Append(LIBS = [ 'common' ])
|
||||
|
||||
|
|
Loading…
Reference in New Issue