finally fix gcc building fully

This commit is contained in:
wuggy 2026-04-19 19:28:17 -07:00
commit 7917e6bed3
12 changed files with 60 additions and 13 deletions

View file

@ -17,6 +17,8 @@ SOURCES += [
'utf_info.cxx',
]
DISABLE_STL_WRAPPING = True
DEFINES['BUILDING_LIBHUNSPELL'] = True
# Hunspell must be built into libxul on SunOS. See UXP Issue #2290.