We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305b1c8 commit 3aed4b0Copy full SHA for 3aed4b0
mk/host.mk
@@ -15,6 +15,7 @@ $$(HBIN$(2)_H_$(4))/rustc$$(X): \
15
$$(TBIN$(1)_T_$(4)_H_$(3))/rustc$$(X) \
16
$$(HLIB$(2)_H_$(4))/$$(CFG_RUNTIME) \
17
$$(HLIB$(2)_H_$(4))/$$(CFG_RUSTLLVM) \
18
+ $$(HLIB$(2)_H_$(4))/$$(CFG_LIBRUSTC) \
19
$$(HCORELIB_DEFAULT$(2)_H_$(4)) \
20
$$(HSTDLIB_DEFAULT$(2)_H_$(4))
21
@$$(call E, cp: $$@)
0 commit comments