summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJos Dehaes <jos.dehaes@gmail.com>2021-10-20 23:26:09 +0200
committerJos Dehaes <jos.dehaes@gmail.com>2021-10-20 23:26:09 +0200
commite69780e9bce7af37ba6a85843db0e97c55c61395 (patch)
tree62cc97e940c62be7056a8fb61c33c371d11185f0
parentde6216792154477a5ab7f564c9467761daf842e2 (diff)
fix build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1113d4e..8ede77a 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ ifeq ($(PLATFORM_LC),linux)
else ifeq ($(PLATFORM_LC),freebsd)
PLATFORM_DIR := freebsd
THREADS := $(shell getconf NPROCESSORS_ONLN 2>/dev/null || echo 1)
-else ifeq ($(PLATFORM_LC),apple)
+else ifeq ($(PLATFORM_LC),darwin)
PLATFORM_DIR := osx
THREADS := $(shell sysctl -n hw.ncpu || echo 1)
ifeq ($(shell command -v gdate >/dev/null; echo $$?),0)