mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #1451 - Split hunspell library out of xul.
utf_info.cxx imported from 1.4.1 upstream. Also moved unicode_info struct to the header to fix bustage with compiling the new utf_info.cxx. I've also gone ahead and deunified this new shared library as unified building is busting in hunspell.cxx, complaining about config.h not being found. Weird that it only happens in unified mode. This reduces libxul size on all platforms by ~200 KB.
This commit is contained in:
parent
2048f4df51
commit
cbbc15ad81
6 changed files with 9900 additions and 15 deletions
|
|
@ -33,6 +33,4 @@ EXPORTS.mozilla += [
|
|||
'RemoteSpellCheckEngineParent.h',
|
||||
]
|
||||
|
||||
# This variable is referenced in configure.in. Make sure to change that file
|
||||
# too if you need to change this variable.
|
||||
DEFINES['HUNSPELL_STATIC'] = True
|
||||
DEFINES['BUILDING_LIBHUNSPELL'] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue