Skip to content

Commit 94ff652

Browse files
Addendum to the previous commit, addressing issue rust-lang#16.
1 parent 146d5c0 commit 94ff652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mk/main.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ HSREQ$(1)_H_$(3) = \
426426
tmp/install-debugger-scripts$(1)_H_$(3)-$$(call TRIPLE_TO_DEBUGGER_SCRIPT_SETTING,$(3)).done
427427

428428
ifneq (le32-unknown-nacl,$(3))
429-
HSREQ$(1)_H_$(3) += $$(TROOT$(1)_T_$(3)_H_$(3))/lib/$$(subst lib,,$$(call CFG_LIB_NAME_$(3),LLVMgold))
429+
HSREQ$(1)_H_$(3) += $$(TROOT$(1)_T_$(3)_H_$(3))/lib/$$(LLVMgold_NAME_$(3))
430430
endif
431431
endif
432432

0 commit comments

Comments
 (0)