shell
This commit is contained in:
parent
879431ebcd
commit
45b9a7f8e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue