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

Add a `XBUILD_SYSROOT_PATH` environment variable to override sysroot path #33

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

This is useful for example when the default sysroot path contains spaces (see #32).

phil-opp commented 5 years ago

Released as version 0.5.10

Edit: This PR contains a bug, so I yanked the released version. Fix in #34.