Kaydet (Commit) 5ed43db9 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

Revert "gbuild: macosx.mk: remove salhelper hack"

This reverts commit 1d90f180.
üst 6ab18353
......@@ -149,8 +149,10 @@ gb_LinkTarget__RPATHS := \
SDKBIN: \
NONE:@__VIA_LIBRARY_PATH__@ \
# The below contains a bad hack to set the correct install name for
# libuno_salhepergcc3.dylib.3, with a trailing ".3":
define gb_LinkTarget__get_installname
$(if $(2),-install_name '$(2)$(1)',$(error
$(if $(2),-install_name '$(2)$(1)$(if $(filter $(1),libuno_salhelpergcc3.dylib),.3)',$(error
cannot determine -install_name for $(2)))
endef
......
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