Skip to content

Commit

Permalink
Fix issue rust-lang#16 one last time.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLovesYou committed Apr 12, 2015
1 parent 81c3092 commit 64f3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/prepare.mk
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ prepare-target-$(2)-host-$(3)-$(1)-$(4): prepare-maybe-clean-$(4) \
$$(call PREPARE_LIB,libcompiler-rt.a) \
$$(if $$(filter $(3),$(2)),\
$$(if $$(findstring nacl,$$(PREPARE_TARGETS)),\
$$(call PREPARE_LIB,$$(subst lib,,$$(call CFG_LIB_NAME_$(3),LLVMgold))) \
$$(call PREPARE_LIB,$$(LLVMgold_NAME_$(3))) \
$$(call PREPARE_LIB,$$(call CFG_LIB_NAME_$(3),LTO)),),),),),)
endef

Expand Down

0 comments on commit 64f3b1e

Please sign in to comment.