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

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