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 20:49:48 -06:00 committed by GitHub
parent dc6fdbcf69
commit 24e316a2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.