diff --git a/lang/rust/rust_compile.mk b/lang/rust/rust_compile.mk index d253572f68fe3e..e30ad511e43569 100644 --- a/lang/rust/rust_compile.mk +++ b/lang/rust/rust_compile.mk @@ -8,7 +8,7 @@ endef define Host/Compile cd $(HOST_BUILD_DIR) && \ RUST_BACKTRACE=full $(PYTHON) x.py --config ./config.toml dist cargo extended \ - library/std llvm-tools miri rust-dev rustc-dev + library/std llvm-tools miri endef define Host/Install