Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Edit clang condition to utilize cpp version instead of OS version
Rather than detecting if the host is using Darwin, the cpp version script now checks if it's version report includes clang, at which point it will replace cpp with clang (in preprocessor mode). This is slightly less intrusive then the previous iteration as the regular flow of the script is maintained for most operating systems and `CPP` is only changed when needed. Signed-off-by: Alan Everett <[email protected]>
- Loading branch information