about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2016-09-04 10:40:22 -0500
committerAlex Crichton <alex@alexcrichton.com>2016-09-12 21:22:15 -0700
commite6da837e990a8617a3d90e906221bb32fa3fee38 (patch)
treec5f995bae341b07d2c8fb0eaad89bcbb02da5d20
parent3fd5fdd8d3e64e957a7eafe3d6d0b10ef4170d59 (diff)
downloadrust-e6da837e990a8617a3d90e906221bb32fa3fee38.tar.gz
rust-e6da837e990a8617a3d90e906221bb32fa3fee38.zip
it's libcompiler-rt.lib on windows
-rw-r--r--mk/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/main.mk b/mk/main.mk
index dd0136e1362..275dbb55d74 100644
--- a/mk/main.mk
+++ b/mk/main.mk
@@ -456,7 +456,7 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
 	$$(HSREQ$(1)_H_$(3)) \
 	$$(foreach obj,$$(REQUIRED_OBJECTS_$(2)),\
 		$$(TLIB$(1)_T_$(2)_H_$(3))/$$(obj)) \
-	$$(TLIB0_T_$(2)_H_$(3))/libcompiler-rt.a
+	$$(TLIB0_T_$(2)_H_$(3))/$$(call CFG_STATIC_LIB_NAME_$(2),compiler-rt)
 # ^ This copies `libcompiler-rt.a` to the stage0 sysroot
 # ^ TODO(stage0) update this to not copy `libcompiler-rt.a` to stage0