Skip to content

Commit 8c7af63

Browse files
committed
wip
1 parent 7f3361e commit 8c7af63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

brewkit/scripts/fix-macho.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def fix_install_names
117117
end
118118

119119
def change_install_name(og_lib_name, new_name)
120-
puts "- changing install name"
121-
puts " old: #{og_lib_name}"
122-
puts " new: #{new_name}"
120+
puts " changing install name"
121+
puts " old: #{og_lib_name}"
122+
puts " new: #{new_name}"
123123
$file.change_install_name og_lib_name, new_name
124124
end
125125

0 commit comments

Comments
 (0)