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 a3ccff9 commit 20ad823Copy full SHA for 20ad823
Makefile
@@ -75,6 +75,7 @@ $(BUILD)/boot.o: $(BUILD)/boot.a
75
76
$(BUILD)/boot.a: Cargo.lock Cargo.toml src/* src/*/*
77
mkdir -p $(BUILD)
78
+ rustup component add rust-src
79
cargo xrustc \
80
--lib \
81
--target $(TARGET) \
0 commit comments