mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
Fixed RUN_CC_CHECK on MacOS ARM (#266)
* Fixed RUN_CC_CHECK on MacOS ARM * Fixed indentation
This commit is contained in:
parent
dc6fdbcf69
commit
24e316a2b2
1
Makefile
1
Makefile
@ -167,6 +167,7 @@ else ifeq ($(UNAME_S),Darwin)
|
|||||||
DETECTED_OS := macos
|
DETECTED_OS := macos
|
||||||
MAKE := gmake
|
MAKE := gmake
|
||||||
CPPFLAGS += -xc++
|
CPPFLAGS += -xc++
|
||||||
|
CC_CHECK_COMP := clang
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Support python venv's if one is installed.
|
# Support python venv's if one is installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user