summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/Library_MacOSXSpell.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk
index 57c064089ae5..ee35fda4b097 100644
--- a/lingucomponent/Library_MacOSXSpell.mk
+++ b/lingucomponent/Library_MacOSXSpell.mk
@@ -56,9 +56,13 @@ $(eval $(call gb_Library_use_externals,MacOSXSpell,\
hunspell \
))
-$(eval $(call gb_Library_add_objcxxobjects,MacOSXSpell,\
+$(eval $(call gb_Library_add_exception_objects,MacOSXSpell,\
lingucomponent/source/spellcheck/macosxspell/macreg \
lingucomponent/source/spellcheck/macosxspell/macspellimp \
))
+$(eval $(call gb_Library_add_cxxflags,MacOSXSpell,\
+ $(gb_LinkTarget_OBJCXXFLAGS) \
+))
+
# vim: set noet sw=4 ts=4: