summaryrefslogtreecommitdiffstats
path: root/build/external_code.scons
diff options
context:
space:
mode:
Diffstat (limited to 'build/external_code.scons')
-rw-r--r--build/external_code.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/external_code.scons b/build/external_code.scons
index 45c039f..04ee866 100644
--- a/build/external_code.scons
+++ b/build/external_code.scons
@@ -8,7 +8,7 @@ External code settings for Chromium builds.
Import("env")
-if env['PLATFORM'] == 'win32':
+if env.Bit('windows'):
env.Append(
CPPDEFINES = [
'_CRT_SECURE_NO_DEPRECATE',