summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-13 19:25:05 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-12-13 13:00:45 -0600
commitb43fb02c9b7afcbb41b5140b80e97447b1a29945 (patch)
tree48c440f529ff1eec349216af03a384e6b845a373 /lingucomponent
parent96c1a0e3540d0e7a8a40fd2ec1e82604f6201c01 (diff)
try to fix building lingucomponent on Mac
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/Library_MacOSXSpell.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk
index ee34290cceb9..ee35fda4b097 100644
--- a/lingucomponent/Library_MacOSXSpell.mk
+++ b/lingucomponent/Library_MacOSXSpell.mk
@@ -61,4 +61,8 @@ $(eval $(call gb_Library_add_exception_objects,MacOSXSpell,\
lingucomponent/source/spellcheck/macosxspell/macspellimp \
))
+$(eval $(call gb_Library_add_cxxflags,MacOSXSpell,\
+ $(gb_LinkTarget_OBJCXXFLAGS) \
+))
+
# vim: set noet sw=4 ts=4: