Skip to content

Commit

Permalink
Fixes rust-lang#16.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLovesYou committed Apr 12, 2015
1 parent 4f3dd76 commit ff0529c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $$(TROOT$(1)_T_$(2)_H_$(2))/lib/LLVMgold.dll: $$(LLVM_CONFIG_$(2)) \
else
$$(TROOT$(1)_T_$(2)_H_$(2))/lib/$$(call CFG_LIB_NAME_$(2),LTO): $$(LLVM_CONFIG_$(2))
$$(Q)cp $$(LLVM_LIBDIR_$(2))/$$(call CFG_LIB_NAME_$(2),LTO) $$@
$$(TROOT$(1)_T_$(2)_H_$(2))/lib/LLVMgold.so: $$(LLVM_CONFIG_$(2)) \
$$(TROOT$(1)_T_$(2)_H_$(2))/lib/$$(subst lib,,$$(call CFG_LIB_NAME_$(2),LLVMgold)): $$(LLVM_CONFIG_$(2)) \
$$(TROOT$(1)_T_$(2)_H_$(2))/lib/$$(call CFG_LIB_NAME_$(2),LTO)
$$(Q)cp $$(LLVM_LIBDIR_$(2))/$$(subst lib,,$$(call CFG_LIB_NAME_$(2),LLVMgold)) $$@
endif
Expand Down

0 comments on commit ff0529c

Please sign in to comment.