Skip to content

Commit

Permalink
Fix 'objdump' call not working with Xcode 13.3 command line tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mikchmie committed May 13, 2022
1 parent d89afef commit 539ce52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/CarthageKit/MachHeader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ extension MachHeader {
// This is the command `otool -h` actually invokes
let task = Task("/usr/bin/xcrun", arguments: [
"objdump",
"-macho",
"-private-header",
"-non-verbose",
"--macho",
"--private-header",
"--non-verbose",
url.resolvingSymlinksInPath().path,
]
)
Expand Down

0 comments on commit 539ce52

Please sign in to comment.