summaryrefslogtreecommitdiff
path: root/solenv/bin/macosx-change-install-names.pl
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-12 06:56:05 +0100
committersb <sb@openoffice.org>2010-01-12 06:56:05 +0100
commit2fe1f4e1093e41dc5fef5c9c9ebf0ae4bd9262fe (patch)
tree0749ed7055cd7e48fca78bdedac1d55c0d158751 /solenv/bin/macosx-change-install-names.pl
parenta00012a80d4bf53c747a37bec51befbfc5ade013 (diff)
sb118: missing macosx-change-install-name shl/NONE/OOO combination
Diffstat (limited to 'solenv/bin/macosx-change-install-names.pl')
-rw-r--r--solenv/bin/macosx-change-install-names.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index b93d7e910068..c6eb30c8ed5d 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -49,6 +49,7 @@ sub action($$$)
'shl/OOO/OOO' => '@loader_path',
'shl/OXT/URELIB' => '@executable_path/urelibs',
'shl/NONE/URELIB' => '@__VIA_LIBRARY_PATH__',
+ 'shl/NONE/OOO' => '@__VIA_LIBRARY_PATH__',
'shl/NONE/NONE' => '@__VIA_LIBRARY_PATH__');
my ($type, $loc1, $loc2) = @_;
my $act = $action{"$type/$loc1/$loc2"};