提交 15c77caf 编写于 作者: E Eduard-Mihai Burtescu

bootstrap: ensure that `libproc_macro` is available on the host for tests even...

bootstrap: ensure that `libproc_macro` is available on the host for tests even when cross-compiling.
上级 3369929d
......@@ -976,6 +976,9 @@ fn run(self, builder: &Builder) {
builder.ensure(compile::Std { compiler, target: compiler.host });
}
// HACK(eddyb) ensure that `libproc_macro` is available on the host.
builder.ensure(compile::Test { compiler, target: compiler.host });
builder.ensure(native::TestHelpers { target });
builder.ensure(RemoteCopyLibs { compiler, target });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册