diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-15 22:41:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-15 22:59:18 +0100 |
commit | 1d90f180cd263d7f99039bada57b3655d6f399df (patch) | |
tree | c8a26f9b299690b3763991ef8549be5b42924838 /solenv | |
parent | 9a6beed05243189bf6106a70def7e3817b6363f3 (diff) |
gbuild: macosx.mk: remove salhelper hack
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index ea576f3f8286..2ffe0f0b7715 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -149,10 +149,8 @@ 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)$(if $(filter $(1),libuno_salhelpergcc3.dylib),.3)',$(error +$(if $(2),-install_name '$(2)$(1)',$(error cannot determine -install_name for $(2))) endef |