Oops. Fix scons indentation mistake from my last commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6044 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-08-03 21:44:14 +00:00
parent 5ebd001d87
commit f5d48a46ee
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ if env['CCVERSION'] >= '4.3.0':
env['CPPDEFINES'] = []
if env['flavor'] == 'debug':
env['CPPDEFINES'] += ['_DEBUG']
if sys.platform == 'linux2':
if sys.platform == 'linux2':
# FIXME: This disables wx debugging how do we make it work?
env['CPPDEFINES'] += ['NDEBUG']
elif env['flavor'] == 'fastlog':