rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
258 stars 25 forks source link

Fix the new XBUILD_SYSROOT_PATH environment variable #34

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

The variable was added in an invalid way in #33, so that it was only used in RUSTFLAGS but not for building the sysroot. This PR fixes this.

phil-opp commented 5 years ago

Released as version 0.5.11