summaryrefslogtreecommitdiffstats
path: root/chrome/tools/profiles/generate_profile.scons
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/profiles/generate_profile.scons')
-rw-r--r--chrome/tools/profiles/generate_profile.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/profiles/generate_profile.scons b/chrome/tools/profiles/generate_profile.scons
index 9e601ea..533dc48 100644
--- a/chrome/tools/profiles/generate_profile.scons
+++ b/chrome/tools/profiles/generate_profile.scons
@@ -52,7 +52,7 @@ env.Prepend(
],
)
-if env['PLATFORM'] == 'win32':
+if env.Bit('windows'):
env.Prepend(
LIBS = [
'rpcrt4',