Skip to content

Commit da52994

Browse files
scottjgmxcl
authored andcommitted
fix(bk): ignore dsyms in fixer
cc pkgxdev/pantry#9152
1 parent ad638e4 commit da52994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bin/fix-machos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def fix
5151
when :bundle
5252
fix_rpaths
5353
fix_install_names
54-
when :object
54+
when :object, :dsym
5555
# noop
5656
else
5757
throw Error("unknown filetype: #{@file.filetype}: #{@file.filename}")

0 commit comments

Comments
 (0)