summaryrefslogtreecommitdiffstats
path: root/chrome/third_party/hunspell/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/third_party/hunspell/SConscript')
-rw-r--r--chrome/third_party/hunspell/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript
index 2fd99ee..1c6b96e 100644
--- a/chrome/third_party/hunspell/SConscript
+++ b/chrome/third_party/hunspell/SConscript
@@ -36,7 +36,7 @@ env = env.Clone()
env.Prepend(
CPPPATH = [
'$ICU38_DIR/public/common',
- '#/..',
+ '$CHROME_SRC_DIR',
],
)