Skip to content

Commit

Permalink
fix xcrun sdk version arg (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
0123456789-jpg committed Apr 13, 2024
1 parent 4743a72 commit f83109b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3704,7 +3704,7 @@ impl Build {

let version = run_output(
self.cmd("xcrun")
.arg("--show-sdk-platform-version")
.arg("--show-sdk-version")
.arg("--sdk")
.arg(sdk),
"xcrun",
Expand Down

0 comments on commit f83109b

Please sign in to comment.