Skip to content

Commit

Permalink
rust: Fix default toolchain checking
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Nov 28, 2023
1 parent f2ca66a commit edb561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.tc-rust.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ rustc_target: $(PRE_RUSTC_TARGET) $(TC_LOCAL_VARS_RUST)
rustup default $(RUSTUP_DEFAULT_TOOLCHAIN) ; \
flock -u 5
rustup show
ifneq ($(TC_RUSTUP_TOOLCHAIN),stable)
ifeq ($(TC_RUSTUP_TOOLCHAIN),$(RUSTUP_DEFAULT_TOOLCHAIN))
@$(MSG) "rustup target add $(RUST_TARGET)"
rustup override set stable
rustup target add $(RUST_TARGET)
Expand Down

0 comments on commit edb561a

Please sign in to comment.