mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
On macOS `$(CC)` points to a wrapper that requires `DEVELOPER_DIR` to be set in the environment. Using `clang` is slightly less generic, but that's our default any way. Even if we do set a different clang version somewhere, the selected version of GCC would not change, and the test is targeting that.