Fixed build ("file" -> "files"). Made indenting consistent again (tabs or spaces does not matter, but mixing them is evil).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@953 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
81a6259fd1
commit
98277aeda0
|
@ -14,7 +14,7 @@ files = [
|
||||||
padenv = env.Clone()
|
padenv = env.Clone()
|
||||||
|
|
||||||
if not padenv['osx64']:
|
if not padenv['osx64']:
|
||||||
file += [
|
files += [
|
||||||
"GUI/ConfigDlg.cpp",
|
"GUI/ConfigDlg.cpp",
|
||||||
"XInputBase.cpp",
|
"XInputBase.cpp",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue