This commit is contained in:
Michael Vines
2018-11-01 14:40:21 -07:00
committed by GitHub
parent 879431ebcd
commit 45b9a7f8e9

View File

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