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