From f5d48a46ee51b4b2aba49c9091c6addfc74389d5 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Tue, 3 Aug 2010 21:44:14 +0000 Subject: [PATCH] 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 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 64669145bd..fe6961d117 100644 --- a/SConstruct +++ b/SConstruct @@ -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':