summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/SConscript.ui_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/SConscript.ui_tests b/chrome/SConscript.ui_tests
index 0c8dc42..6123448 100644
--- a/chrome/SConscript.ui_tests
+++ b/chrome/SConscript.ui_tests
@@ -48,7 +48,7 @@ env_test.Prepend(
],
)
-if env['PLATFORM'] == 'win32':
+if env_test['PLATFORM'] == 'win32':
env_test.Prepend(
LINKFLAGS = [
'/INCREMENTAL',