We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7287b62 commit 2382b64Copy full SHA for 2382b64
Makefile
@@ -30,7 +30,7 @@ ifeq '' '$(findstring clang,$(shell $(CC) --version))'
30
CC_VER := $(shell $(CC) -dumpfullversion -dumpversion | awk -F. '{ printf("%02d%02d%02d", $$1, $$2, $$3) }')
31
else
32
CC_IS_CLANG=1
33
- ifeq '' '$(findstring Apple LLVM,$(shell $(CC) --version))'
+ ifeq '' '$(findstring Apple,$(shell $(CC) --version))'
34
CC_IS_LLVM_CLANG=1
35
36
CC_IS_APPLE_CLANG=1
0 commit comments