Kaydet (Commit) 2d3c7007 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

help XCode 2.5 resolve @loader_path/libfoo.dylib

üst d9cc468b
......@@ -407,6 +407,12 @@ $(call gb_LinkTarget_add_linked_libs,$(1),\
rdf \
)
ifeq ($(OS),MACOSX)
$(call gb_LinkTarget_add_libs,$(1),$(foreach replaceme,librasqal.1 libraptor.1,-dylib_file @loader_path/$(replaceme).dylib:$(gb_Library_OUTDIRLOCATION)/$(replaceme).dylib))
endif
endef
endif # SYSTEM_REDLAND
......
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