make : fix clang version detection
This commit is contained in:
parent
39b566393f
commit
7b15e8afac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ else
|
||||||
else
|
else
|
||||||
CC_IS_APPLE_CLANG=1
|
CC_IS_APPLE_CLANG=1
|
||||||
endif
|
endif
|
||||||
CC_VER := $(shell $(CC) --version | sed -n 's/^.* version \([0-9.]*\) .*$$/\1/p' \
|
CC_VER := $(shell $(CC) --version | sed -n 's/^.* version \([0-9.]*\).*$$/\1/p' \
|
||||||
| awk -F. '{ printf("%02d%02d%02d", $$1, $$2, $$3) }')
|
| awk -F. '{ printf("%02d%02d%02d", $$1, $$2, $$3) }')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue