about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mk/crates.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/crates.mk b/mk/crates.mk
index 1da124fb563..03716f5d7f6 100644
--- a/mk/crates.mk
+++ b/mk/crates.mk
@@ -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