You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Oct 5, 2018, at 1:57 PM, Simonas Kazlauskas ***@***.***> wrote:
This is a cargo issue I think.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
When using
cargo-xbuild
to do things like "build an OS", you need to set the sysroot viaRUSTFLAGS
.Here's an example
rustc
invocation on my machine that builds:The last bit is the important part:
It appears the space in my username causes this to be impossible to set via
RUSTFLAGS
. With an invocation like this:You can see that it's all good. However, this fails when passed to
rustc
:I am not sure what to do here.
The text was updated successfully, but these errors were encountered: