summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-29 12:35:53 +0200
committerTor Lillqvist <tml@collabora.com>2015-07-01 11:14:41 +0300
commit213c2b793979c342eb5276ccbbf7b006ddcd3014 (patch)
tree72db9f14d7caf4a2f14063164849d065a3d8e25e /svx
parente448792ce35fa481470551bff6d68b6c4c87da40 (diff)
Partially revert "svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all"
This reverts commit 601d7d38628bf93218fba15249c4654ae24e7396. desktop and svx need these flags in case of OS X sandboxing Change-Id: Ib811aa53bc2d71839961cdcea0dd4836ebdbc38c
Diffstat (limited to 'svx')
-rw-r--r--svx/Library_svxcore.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index c73b42f17b8a..51e2babd7b7c 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -91,6 +91,10 @@ $(eval $(call gb_Library_use_externals,svxcore,\
ifeq ($(OS),MACOSX)
+$(eval $(call gb_Library_add_cxxflags,svxcore,\
+ $(gb_OBJCXXFLAGS) \
+))
+
$(eval $(call gb_Library_use_system_darwin_frameworks,svxcore,\
Foundation \
))