Set OS correctly

This commit is contained in:
Michael Vines 2018-12-02 20:33:24 -08:00 committed by Grimes
parent 67155861e5
commit 9f45c0eb03
1 changed files with 1 additions and 1 deletions

View File

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