We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd80291 + 27435c0 commit 60d5bb9Copy full SHA for 60d5bb9
mk/install.mk
@@ -97,6 +97,7 @@ install-target-$(1)-host-$(2): LIB_DESTIN_DIR=$$(PTL$(1)$(2))
97
install-target-$(1)-host-$(2): $$(CSREQ$$(ISTAGE)_T_$(1)_H_$(2))
98
$$(Q)mkdir -p $$(PTL$(1)$(2))
99
$$(Q)$$(call INSTALL_LIB,$$(CFG_RUNTIME_$(1)))
100
+ $$(Q)$$(call INSTALL_LIB,$$(CFG_RUSTLLVM_$(1)))
101
$$(Q)$$(call INSTALL_LIB,$$(STDLIB_GLOB_$(1)))
102
$$(Q)$$(call INSTALL_LIB,$$(EXTRALIB_GLOB_$(1)))
103
$$(Q)$$(call INSTALL_LIB,$$(LIBRUSTC_GLOB_$(1)))
0 commit comments