diff options
Diffstat (limited to 'build/debug.scons')
-rw-r--r-- | build/debug.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/debug.scons b/build/debug.scons index 4cf6bf8..3b0011a 100644 --- a/build/debug.scons +++ b/build/debug.scons @@ -21,7 +21,7 @@ env.Append( ], ) -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): if env.get('INCREMENTAL') is None: # INCREMENTAL was not specified on the command line or in the # external environment; debug default is incremental link. |