diff options
Diffstat (limited to 'sandbox/wow_helper/wow_helper.scons')
-rw-r--r-- | sandbox/wow_helper/wow_helper.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/wow_helper/wow_helper.scons b/sandbox/wow_helper/wow_helper.scons index 532cb9a..2430aeb 100644 --- a/sandbox/wow_helper/wow_helper.scons +++ b/sandbox/wow_helper/wow_helper.scons @@ -6,7 +6,7 @@ Import('env') env = env.Clone() -if env['PLATFORM'] == 'win32': +if env.Bit('windows'): # NOTE: env.Replace() instead of inhering the normal *.scons settings! env.Replace( |