Skip to content

Commit 27435c0

Browse files
committed
Install librustllvm.so to target lib directory
1 parent a1f4843 commit 27435c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/install.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ install-target-$(1)-host-$(2): LIB_DESTIN_DIR=$$(PTL$(1)$(2))
9797
install-target-$(1)-host-$(2): $$(CSREQ$$(ISTAGE)_T_$(1)_H_$(2))
9898
$$(Q)mkdir -p $$(PTL$(1)$(2))
9999
$$(Q)$$(call INSTALL_LIB,$$(CFG_RUNTIME_$(1)))
100+
$$(Q)$$(call INSTALL_LIB,$$(CFG_RUSTLLVM_$(1)))
100101
$$(Q)$$(call INSTALL_LIB,$$(STDLIB_GLOB_$(1)))
101102
$$(Q)$$(call INSTALL_LIB,$$(EXTRALIB_GLOB_$(1)))
102103
$$(Q)$$(call INSTALL_LIB,$$(LIBRUSTC_GLOB_$(1)))

0 commit comments

Comments
 (0)