Kaydet (Commit) f9c45046 authored tarafından David Tardon's avatar David Tardon

create the jnilib in the right dir

macosx-create-bundle creates the .jnilib symlink in the same dir the
library is in. But we do not want to create stuff directly in $(OUTDIR).

Change-Id: I7fa3380a164c6157ce1c710b9e8a815375ff3a72
üst 02aee3b8
...@@ -31,8 +31,10 @@ $(eval $(call gb_CustomTarget_register_targets,jurt/util,\ ...@@ -31,8 +31,10 @@ $(eval $(call gb_CustomTarget_register_targets,jurt/util,\
libjpipe.jnilib \ libjpipe.jnilib \
)) ))
# TODO: could this be replaced by defining library jpipe as gb_Library_Bundle?
$(call gb_CustomTarget_get_workdir,jurt/util)/libjpipe.jnilib : $(call gb_Library_get_target,jpipe) $(call gb_CustomTarget_get_workdir,jurt/util)/libjpipe.jnilib : $(call gb_Library_get_target,jpipe)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MCB,1) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MCB,1)
cd $(dir $@) && $(SOLARENV)/bin/macosx-create-bundle $< cp $< $(dir $@)$(notdir $<) && \
$(SOLARENV)/bin/macosx-create-bundle $(dir $@)$(notdir $<)
# vim:set shiftwidth=4 tabstop=4 noexpandtab: # vim:set shiftwidth=4 tabstop=4 noexpandtab:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment