Skip to content

Commit

Permalink
Addendum to the previous commit, addressing issue rust-lang#16.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLovesYou committed Apr 12, 2015
1 parent 146d5c0 commit 94ff652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ HSREQ$(1)_H_$(3) = \
tmp/install-debugger-scripts$(1)_H_$(3)-$$(call TRIPLE_TO_DEBUGGER_SCRIPT_SETTING,$(3)).done

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

Expand Down

0 comments on commit 94ff652

Please sign in to comment.