about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTom Lee <github@tomlee.co>2013-07-13 22:50:54 -0700
committerTom Lee <github@tomlee.co>2013-07-14 21:53:47 -0700
commit27435c081fea3f6f134f7233a9a3d92deaaa0e02 (patch)
tree5cd7b9e2c4846fed132bc5d1fb6b1d2d4252a6d8
parenta1f4843895d1152527f94e73fc64bf744d97d255 (diff)
downloadrust-27435c081fea3f6f134f7233a9a3d92deaaa0e02.tar.gz
rust-27435c081fea3f6f134f7233a9a3d92deaaa0e02.zip
Install librustllvm.so to target lib directory
-rw-r--r--mk/install.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/install.mk b/mk/install.mk
index 2eb2ad47db4..438c82fee5c 100644
--- a/mk/install.mk
+++ b/mk/install.mk
@@ -97,6 +97,7 @@ install-target-$(1)-host-$(2): LIB_DESTIN_DIR=$$(PTL$(1)$(2))
 install-target-$(1)-host-$(2): $$(CSREQ$$(ISTAGE)_T_$(1)_H_$(2))
 	$$(Q)mkdir -p $$(PTL$(1)$(2))
 	$$(Q)$$(call INSTALL_LIB,$$(CFG_RUNTIME_$(1)))
+	$$(Q)$$(call INSTALL_LIB,$$(CFG_RUSTLLVM_$(1)))
 	$$(Q)$$(call INSTALL_LIB,$$(STDLIB_GLOB_$(1)))
 	$$(Q)$$(call INSTALL_LIB,$$(EXTRALIB_GLOB_$(1)))
 	$$(Q)$$(call INSTALL_LIB,$$(LIBRUSTC_GLOB_$(1)))