summaryrefslogtreecommitdiffstats
path: root/chrome/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/SConscript')
-rw-r--r--chrome/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/SConscript b/chrome/SConscript
index 723666d..4921270 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -50,6 +50,8 @@ env_res.Append(
CPPPATH = [
'.',
'#/..',
+ # For app/chrome_dll.res to #include installer_util_strings.rc.
+ '$CHROME_DIR/installer/util',
],
RCFLAGS = [
['/l', '0x409'],