Kaydet (Commit) b281ffde authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Make sure macosx-change-install-names fails if otool -L fails

Change-Id: Ic3d3abc5404446ca378fda9ccfc12d741a560594
üst 5b89d4c7
......@@ -94,7 +94,7 @@ foreach $file (@ARGV)
$change .= " -change $1 " . action($type, $loc, $4) . $6;
}
}
close(IN);
close(IN) or die "got $? from $call";
if ($change ne "")
{
$call = "$ENV{'XCRUN'} install_name_tool$change $file";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment