From 0e6122ade866dfb28979646da6216c54d4d122db Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 14 Dec 2011 13:01:21 +0100 Subject: Revert "we have gb_Library_add_objcxxobjects for this" This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix --- lingucomponent/Library_MacOSXSpell.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lingucomponent/Library_MacOSXSpell.mk') 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: -- cgit v1.2.3