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:
parent
5ebd001d87
commit
f5d48a46ee
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue