]> git.lizzy.rs Git - rust.git/blobdiff - mk/crates.mk
Add basic backtrace functionality
[rust.git] / mk / crates.mk
index e4b56696b39e686514958d3e396265c68a1b7704..16485b9e6b52990d05493a7ee4f1e5d5fb3779e2 100644 (file)
@@ -55,7 +55,7 @@ HOST_CRATES := syntax rustc rustdoc fourcc hexfloat
 CRATES := $(TARGET_CRATES) $(HOST_CRATES)
 TOOLS := compiletest rustdoc rustc
 
-DEPS_std := native:rustrt native:compiler-rt
+DEPS_std := native:rustrt native:compiler-rt native:backtrace
 DEPS_extra := std term sync serialize getopts collections time rand
 DEPS_green := std rand native:context_switch
 DEPS_rustuv := std native:uv native:uv_support