Files
codeql/swift/extractor
Paolo Tranquilli 2fb5621527 Swift: replace $(CC) with clang
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.
2023-01-10 14:58:21 +01:00
..
2023-01-10 14:58:21 +01:00
2022-06-22 18:11:58 +02:00