Skip to content

Commit f83109b

Browse files
fix xcrun sdk version arg (#1007)
1 parent 4743a72 commit f83109b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3704,7 +3704,7 @@ impl Build {
37043704

37053705
let version = run_output(
37063706
self.cmd("xcrun")
3707-
.arg("--show-sdk-platform-version")
3707+
.arg("--show-sdk-version")
37083708
.arg("--sdk")
37093709
.arg(sdk),
37103710
"xcrun",

0 commit comments

Comments
 (0)