We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e964518 commit 7b8a188Copy full SHA for 7b8a188
BUILDING.md
@@ -26,7 +26,9 @@ outside of the `uefi-rs` repo.
26
```toml
27
[toolchain]
28
channel = "nightly"
29
- components = ["rust-src"]
+
30
+ # Install the x86_64 UEFI target; aarch64 and i686 are also available.
31
+ targets = ["x86_64-unknown-uefi"]
32
```
33
34
- Build the crate:
0 commit comments