Skip to content

Commit e6da837

Browse files
Jorge Aparicioalexcrichton
Jorge Aparicio
authored andcommitted
it's libcompiler-rt.lib on windows
1 parent 3fd5fdd commit e6da837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ TSREQ$(1)_T_$(2)_H_$(3) = \
456456
$$(HSREQ$(1)_H_$(3)) \
457457
$$(foreach obj,$$(REQUIRED_OBJECTS_$(2)),\
458458
$$(TLIB$(1)_T_$(2)_H_$(3))/$$(obj)) \
459-
$$(TLIB0_T_$(2)_H_$(3))/libcompiler-rt.a
459+
$$(TLIB0_T_$(2)_H_$(3))/$$(call CFG_STATIC_LIB_NAME_$(2),compiler-rt)
460460
# ^ This copies `libcompiler-rt.a` to the stage0 sysroot
461461
# ^ TODO(stage0) update this to not copy `libcompiler-rt.a` to stage0
462462

0 commit comments

Comments
 (0)