This commit is contained in:
Michael Vines
2018-11-01 14:40:38 -07:00
committed by GitHub
parent d2044f2562
commit edeadb503f

View File

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