diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-29 14:26:49 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-29 14:26:49 -0500 |
commit | 4efa5467ad0f53ce6ba5b7c277a9f76934c92403 (patch) | |
tree | d3e2f219b9a0ef0e10fdc89148cbe74ada26031b /libs | |
parent | 2985bb59256adf0fc2bdc371e55ee303dfaf910e (diff) | |
download | aura-central-4efa5467ad0f53ce6ba5b7c277a9f76934c92403.tar.gz |
Issue %3005 - Move extensions/spellcheck to intl
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hunspell/moz.build | 2 |
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. |