Kaydet (Commit) 071e5ae9 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

libs were renamed, but dylib_file hint for older XCode was missed.

üst 34513fe6
......@@ -417,7 +417,7 @@ $(call gb_LinkTarget_use_libraries,$(1),\
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))
$(call gb_LinkTarget_add_libs,$(1),$(foreach replaceme,librasqal-lo.1 libraptor-lo.1,-dylib_file @loader_path/$(replaceme).dylib:$(gb_Library_OUTDIRLOCATION)/$(replaceme).dylib))
endif
......
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