Skip to content

Commit

Permalink
Also fix llvm shlib name in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Aug 6, 2014
1 parent 0038e08 commit 3ddbaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
DEBUGFLAGS += $(FLAGS)
SHIPFLAGS += $(FLAGS)
ifeq ($(USE_LLVM_SHLIB),1)
LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) -lLLVM-$(LLVM_VER)
LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) -lLLVM-$(call exec,$(LLVM_CONFIG) --version)
else
LLVMLINK =
endif
Expand Down

0 comments on commit 3ddbaa1

Please sign in to comment.