Skip to content

Commit

Permalink
Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mar…
Browse files Browse the repository at this point in the history
…k-Simulacrum

Make the `c` feature for `compiler-builtins` an explicit opt-in

Its build script doesn't support cross-compilation. I tried fixing it, but the cc crate itself doesn't appear to support cross-compiling to windows either unless you use the -gnu toolchain:
```
  error occurred: Failed to find tool. Is `lib.exe` installed?
```

Fixes rust-lang/rust#101172.
  • Loading branch information
bors committed Sep 29, 2022
2 parents cbb143a + 2d2ab83 commit 23c97c0
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 23c97c0

Please sign in to comment.