Skip to content

Commit

Permalink
auto merge of #17940 : pnkfelix/rust/fix-check-stage1-on-clean-dir, r…
Browse files Browse the repository at this point in the history
…=huonw

compiletest needs to link to native crate, or at least the `rt` library.

(I tried using a dependency on `rustrt` instead, and that did not resolve the problem.  But this does.)

Partially addresses #17883
  • Loading branch information
bors committed Oct 11, 2014
2 parents 9b98332 + b63a18f commit 4d031d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/crates.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ DEPS_regex := std
DEPS_regex_macros = rustc syntax std regex
DEPS_fmt_macros = std

TOOL_DEPS_compiletest := test getopts
TOOL_DEPS_compiletest := test getopts native
TOOL_DEPS_rustdoc := rustdoc native
TOOL_DEPS_rustc := rustc native
TOOL_SOURCE_compiletest := $(S)src/compiletest/compiletest.rs
Expand Down

0 comments on commit 4d031d7

Please sign in to comment.