-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potentially switch from cargo-xbuild to build-std #26
Comments
Very nice! Are these command-line flags still tight to unstable/nightly? Or is |
I believe build-std is still unstable. |
I now added Thanks a lot for digging this out and collecting the information. It works perfectly for me, even though the documentation of the feature sounds like it is all fragile and broken. Lets see whether it works out. Regarding |
Now that rust-lang/rust#77284 is merged, we no longer need cargo-xbuild to cross-compile.
We can now use:
instead of:
We can also add the build-std flags to .cargo/config.toml and use
cargo +nightly build --target x86_64-unknown-uefi --features examples --examples
instead:The text was updated successfully, but these errors were encountered: