summaryrefslogtreecommitdiffstats
path: root/jurt/Module_jurt.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-12-27 11:17:57 +0100
committerDavid Tardon <dtardon@redhat.com>2011-12-27 11:17:57 +0100
commit0b8934ceb38a5ba7d33906697412e31b76c5a12a (patch)
treeecf071796d5ff9470583a0bd6b96f9c59373c6ca /jurt/Module_jurt.mk
parentmove jvmfwk to the right layer (diff)
downloadcore-0b8934ceb38a5ba7d33906697412e31b76c5a12a.tar.gz
core-0b8934ceb38a5ba7d33906697412e31b76c5a12a.zip
build jnilib on MacOS X
Diffstat (limited to 'jurt/Module_jurt.mk')
-rw-r--r--jurt/Module_jurt.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/jurt/Module_jurt.mk b/jurt/Module_jurt.mk
index d56de79c5fd0..50339cd8d614 100644
--- a/jurt/Module_jurt.mk
+++ b/jurt/Module_jurt.mk
@@ -35,6 +35,12 @@ $(eval $(call gb_Module_add_targets,jurt,\
Zip_jurt \
))
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_Module_add_targets,jurt,\
+ Package_jnilib \
+))
+endif
+
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,jurt,\
Library_jpipx \