1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-26 19:54:14 +01:00

Use clang-14 to work around a PLT/GOT bug.

This commit is contained in:
David Anderson 2023-10-16 21:16:45 -07:00
parent a0ab7c7c11
commit 9eecdd8005

View File

@ -1,6 +1,6 @@
{ {
"debian11": { "debian11": {
"CC": "clang-13", "CC": "clang-14",
"CXX": "clang++-13" "CXX": "clang++-14"
} }
} }