Skip to content

Commit 64f3b1e

Browse files
Fix issue rust-lang#16 one last time.
1 parent 81c3092 commit 64f3b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/prepare.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ prepare-target-$(2)-host-$(3)-$(1)-$(4): prepare-maybe-clean-$(4) \
155155
$$(call PREPARE_LIB,libcompiler-rt.a) \
156156
$$(if $$(filter $(3),$(2)),\
157157
$$(if $$(findstring nacl,$$(PREPARE_TARGETS)),\
158-
$$(call PREPARE_LIB,$$(subst lib,,$$(call CFG_LIB_NAME_$(3),LLVMgold))) \
158+
$$(call PREPARE_LIB,$$(LLVMgold_NAME_$(3))) \
159159
$$(call PREPARE_LIB,$$(call CFG_LIB_NAME_$(3),LTO)),),),),),)
160160
endef
161161

0 commit comments

Comments
 (0)