From 2a2d9ecf2e8dff39a89d75073c9d1b9518367d11 Mon Sep 17 00:00:00 2001 From: "Scott J. Goldman" Date: Sun, 13 Apr 2025 15:14:06 -0700 Subject: [PATCH] fix(bk): ignore dsyms in fixer cc pkgxdev/pantry#9152 --- lib/bin/fix-machos.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bin/fix-machos.rb b/lib/bin/fix-machos.rb index f8569be1..e7045bbd 100755 --- a/lib/bin/fix-machos.rb +++ b/lib/bin/fix-machos.rb @@ -51,7 +51,7 @@ def fix when :bundle fix_rpaths fix_install_names - when :object + when :object, :dsym # noop else throw Error("unknown filetype: #{@file.filetype}: #{@file.filename}")