fixed typo:)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1486 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-12-10 21:07:11 +00:00
parent 900407c1fe
commit b0d959832d
1 changed files with 5 additions and 5 deletions

View File

@ -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' ])