Fixed RUN_CC_CHECK on MacOS ARM (#266)

* Fixed RUN_CC_CHECK on MacOS ARM

* Fixed indentation
This commit is contained in:
Lywx
2024-06-15 23:49:48 -03:00
committed by GitHub
parent dc6fdbcf69
commit 24e316a2b2
+1
View File
@@ -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.