From 24e316a2b26ff768f15ec217798898b4b0a7b8f9 Mon Sep 17 00:00:00 2001 From: Lywx Date: Sat, 15 Jun 2024 20:49:48 -0600 Subject: [PATCH] Fixed RUN_CC_CHECK on MacOS ARM (#266) * Fixed RUN_CC_CHECK on MacOS ARM * Fixed indentation --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 907eb133..cf1eab79 100644 --- a/Makefile +++ b/Makefile @@ -167,6 +167,7 @@ else ifeq ($(UNAME_S),Darwin) DETECTED_OS := macos MAKE := gmake CPPFLAGS += -xc++ + CC_CHECK_COMP := clang endif # Support python venv's if one is installed.