summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-29 14:26:49 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-29 14:26:49 -0500
commit4efa5467ad0f53ce6ba5b7c277a9f76934c92403 (patch)
treed3e2f219b9a0ef0e10fdc89148cbe74ada26031b /libs
parent2985bb59256adf0fc2bdc371e55ee303dfaf910e (diff)
downloadaura-central-4efa5467ad0f53ce6ba5b7c277a9f76934c92403.tar.gz
Issue %3005 - Move extensions/spellcheck to intl
Diffstat (limited to 'libs')
-rw-r--r--libs/hunspell/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hunspell/moz.build b/libs/hunspell/moz.build
index 4f983858e..2f83e6214 100644
--- a/libs/hunspell/moz.build
+++ b/libs/hunspell/moz.build
@@ -18,7 +18,7 @@ SOURCES += [
'src/suggestmgr.cxx',
]
-LOCAL_INCLUDES += ['/extensions/spellcheck/hunspell/glue']
+LOCAL_INCLUDES += ['/intl/spellcheck/src']
# This variable is referenced in configure.in. Make sure to change that file
# too if you need to change this variable.