Restore OS macro

This commit is contained in:
Michael Vines 2018-12-02 12:02:03 -08:00
parent 0896511b14
commit 814801d321
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ INC_DIRS ?=
SRC_DIR ?= ./src
TEST_DIR ?= ./test
OUT_DIR ?= ./out
OS := $(uname)
ifeq ($(DOCKER),1)
LLVM_DIR = $(LOCAL_PATH)llvm-docker