Skip to content

Commit ecd127d

Browse files
committedAug 29, 2017
rustbuild: Fix dependencies of build-manifest
No need to depend on librustc! All we need is libstd Closes #44140
1 parent 9a59d69 commit ecd127d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ tool!(
198198
Linkchecker, "src/tools/linkchecker", "linkchecker", Mode::Libstd;
199199
CargoTest, "src/tools/cargotest", "cargotest", Mode::Libstd;
200200
Compiletest, "src/tools/compiletest", "compiletest", Mode::Libtest;
201-
BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Librustc;
201+
BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Libstd;
202202
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client", Mode::Libstd;
203203
RustInstaller, "src/tools/rust-installer", "rust-installer", Mode::Libstd;
204204
);

0 commit comments

Comments
 (0)
Please sign in to comment.