summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-29 16:07:07 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-29 16:07:07 -0500
commit66ffcf201a2023f3e38d05a9c2bf6d050986acca (patch)
tree8066dc9a24da2f32228eff6a89af9ad9616d9d64 /libs
parent4e0c9d42eac353bf644f729c09a4642c41734a5e (diff)
downloadaura-central-66ffcf201a2023f3e38d05a9c2bf6d050986acca.tar.gz
Issue %3005 - Move intl to system/
Diffstat (limited to 'libs')
-rw-r--r--libs/hunspell/moz.build2
-rw-r--r--libs/hyphen/moz.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/hunspell/moz.build b/libs/hunspell/moz.build
index 2f83e6214..d7a2cf1d0 100644
--- a/libs/hunspell/moz.build
+++ b/libs/hunspell/moz.build
@@ -18,7 +18,7 @@ SOURCES += [
'src/suggestmgr.cxx',
]
-LOCAL_INCLUDES += ['/intl/spellcheck/src']
+LOCAL_INCLUDES += ['/system/intl/spellcheck/src']
# This variable is referenced in configure.in. Make sure to change that file
# too if you need to change this variable.
diff --git a/libs/hyphen/moz.build b/libs/hyphen/moz.build
index c9935bc56..7d98def33 100644
--- a/libs/hyphen/moz.build
+++ b/libs/hyphen/moz.build
@@ -5,7 +5,7 @@
SOURCES += ['src/hyphen.c']
-LOCAL_INCLUDES += ['/intl/hyphenation/src']
+LOCAL_INCLUDES += ['/system/intl/hyphenation/src']
# We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True