Skip to content

Commit 20ad823

Browse files
committed
Update rust-src component if necessary
1 parent a3ccff9 commit 20ad823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ $(BUILD)/boot.o: $(BUILD)/boot.a
7575

7676
$(BUILD)/boot.a: Cargo.lock Cargo.toml src/* src/*/*
7777
mkdir -p $(BUILD)
78+
rustup component add rust-src
7879
cargo xrustc \
7980
--lib \
8081
--target $(TARGET) \

0 commit comments

Comments
 (0)