Kaydet (Commit) 1d90f180 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: macosx.mk: remove salhelper hack

üst 9a6beed0
...@@ -149,10 +149,8 @@ gb_LinkTarget__RPATHS := \ ...@@ -149,10 +149,8 @@ gb_LinkTarget__RPATHS := \
SDKBIN: \ SDKBIN: \
NONE:@__VIA_LIBRARY_PATH__@ \ 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 define gb_LinkTarget__get_installname
$(if $(2),-install_name '$(2)$(1)$(if $(filter $(1),libuno_salhelpergcc3.dylib),.3)',$(error $(if $(2),-install_name '$(2)$(1)',$(error
cannot determine -install_name for $(2))) cannot determine -install_name for $(2)))
endef 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