summaryrefslogtreecommitdiffstats
path: root/chrome/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/third_party')
-rw-r--r--chrome/third_party/hunspell/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript
index 5c76531..8941451 100644
--- a/chrome/third_party/hunspell/SConscript
+++ b/chrome/third_party/hunspell/SConscript
@@ -48,7 +48,7 @@ env.Append(
],
)
-if env['PLATFORM'] == 'win32':
+if env.Bit('windows'):
env.Append(
CPPDEFINES = [
'W32',
@@ -60,7 +60,7 @@ if env['PLATFORM'] == 'win32':
],
)
-if env['PLATFORM'] == 'posix':
+if env.Bit('linux'):
env.Append(
CCFLAGS = [
'-Wno-parentheses',