summaryrefslogtreecommitdiff
path: root/jurt/Library_jpipe.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-07 08:57:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-07 08:57:33 +0100
commit4e3e87e88d2d450c87680b31f12906bc41da79f1 (patch)
treea5ebb42b8717111f5299b1b5f7548091c9342394 /jurt/Library_jpipe.mk
parent9ec4c4ab052c66e9e25c9893bba33b8dee258484 (diff)
Adapt jurt staticsalhack to MACOSX
Change-Id: I0525b68cdb097edd3241809ae0dc9c22e1ad9814
Diffstat (limited to 'jurt/Library_jpipe.mk')
-rw-r--r--jurt/Library_jpipe.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/jurt/Library_jpipe.mk b/jurt/Library_jpipe.mk
index 3ddac8cd14d4..dbe0b8937a56 100644
--- a/jurt/Library_jpipe.mk
+++ b/jurt/Library_jpipe.mk
@@ -72,6 +72,12 @@ $(eval $(call gb_Library_use_externals,jpipe, \
boost_headers \
))
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_Library_use_system_darwin_frameworks,jpipe, \
+ CoreFoundation \
+))
+endif
+
$(eval $(call gb_Library_add_libs,jpipe, \
$(if $(filter-out $(OS),ANDROID),-lpthread) \
))