diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-14 07:11:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-14 07:22:15 +0200 |
commit | 55823d331e5adc2d97cf3c8670bdb6f54f772ded (patch) | |
tree | cba8d979ed7afde41764cdd7313762bf9076f49a /solenv | |
parent | 5d66587d7931c6a41107969f5d0942d880ce0943 (diff) |
replace APP?RPATH SDK by SDKBIN in old build system
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds
because of this discrepancy. It would be easy to accept both, but I
think it is better to be consistent with gbuild.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/macosx-change-install-names.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl index ad0318ac810a..82380e1a02d6 100644 --- a/solenv/bin/macosx-change-install-names.pl +++ b/solenv/bin/macosx-change-install-names.pl @@ -71,7 +71,7 @@ sub action($$$) return $act; } -@ARGV >= 2 or die 'Usage: app|shl UREBIN|URELIB|OOO|SDK|OXT|NONE <filepath>*'; +@ARGV >= 2 or die 'Usage: app|shl UREBIN|URELIB|OOO|SDKBIN|OXT|NONE <filepath>*'; $type = shift @ARGV; $loc = shift @ARGV; if ($type eq "Executable") |