summaryrefslogtreecommitdiffstats
path: root/solenv/bin/macosx-change-install-names.pl
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-18 15:04:46 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2011-01-18 15:04:46 +0100
commit92f70c7e11136ca6d4dba529183f20f99d2d0cd2 (patch)
tree572a9818cf191e26469653a9689c0519e63864c5 /solenv/bin/macosx-change-install-names.pl
parentgnumake3: using \d escape sequence in rapths to avoid expansion annoyance (diff)
downloadcore-92f70c7e11136ca6d4dba529183f20f99d2d0cd2.tar.gz
core-92f70c7e11136ca6d4dba529183f20f99d2d0cd2.zip
gnumake3: mac gbuild fixes
Diffstat (limited to 'solenv/bin/macosx-change-install-names.pl')
-rw-r--r--solenv/bin/macosx-change-install-names.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 7864943b6197..d678f05052e7 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -67,6 +67,10 @@ if ($type eq "Executable")
{
$type = "app"
}
+if ($type eq "Library")
+{
+ $type = "shl"
+}
if ($type eq "extshl")
{
$type = "shl";