This commit is contained in:
Michael Vines 2018-11-01 15:25:27 -07:00 committed by GitHub
parent 45b9a7f8e9
commit b8534a402d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ OUT_DIR ?= ./out
OS=$(shell uname)
ifeq ($(OS),Darwin)
LLVM_DIR ?= $(brew --prefix llvm)
LLVM_DIR ?= $(shell brew --prefix llvm)
endif
ifdef LLVM_DIR