summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/macosx-change-install-names.pl2
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 cbfd06f937c7..6d7edb2e799e 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -90,7 +90,7 @@ foreach $file (@ARGV)
close(IN) or die "got $? from $call";
if ($change ne "")
{
- $call = "$ENV{'XCRUN'} install_name_tool$change $file";
+ $call = "$ENV{'INSTALL_NAME_TOOL'} $change $file";
system($call) == 0 or die "cannot $call";
}
}