Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Feb 8, 2025
1 parent 6b9efcc commit 7e36542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ fn gnu_apple_arch() {
.compiler("fake-gcc")
.target(&target)
.host(&"aarch64-apple-darwin")
// Fake SDK root to avoid running xcrun
.__set_env("SDKROOT", "/tmp")
.file("foo.c")
.compile("foo");

Expand Down Expand Up @@ -607,6 +609,8 @@ fn gnu_apple_deployment_target() {
.__set_env("TVOS_DEPLOYMENT_TARGET", "10.0")
.__set_env("WATCHOS_DEPLOYMENT_TARGET", "5.0")
.__set_env("XROS_DEPLOYMENT_TARGET", "1.0")
// Fake SDK root to avoid running xcrun
.__set_env("SDKROOT", "/tmp")
.file("foo.c")
.compile("foo");

Expand Down

0 comments on commit 7e36542

Please # to comment.