Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:reswitched/libtransistor-base
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed May 31, 2018
2 parents 7b5d171 + c5de4ac commit 0a0916e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libtransistor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ else
endif

LLVM_BINDIR := $(shell $(LLVM_CONFIG) --bindir)
ifeq ($(LLVM_BINDIR),)
$(error llvm-config needs to be installed)
endif

LD := $(LLVM_BINDIR)/ld.lld
CC := $(LLVM_BINDIR)/clang
CXX := $(LLVM_BINDIR)/clang++
Expand Down

0 comments on commit 0a0916e

Please sign in to comment.