aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e261591a4..08497583b 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ CC = $(shell which clang-12 2>/dev/null || which clang)
CXX = $(shell which clang++-12 2>/dev/null || which clang++)
# macOS sed is different
-SED = $(shell which gsed || which sed)
+SED = $(shell which gsed 2>/dev/null || which sed)
DEPS_DIR = $(shell pwd)/src/deps
CPUS ?= $(shell nproc)