1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13: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 f710febc71
commit e5b704ff23

View File

@ -4,7 +4,7 @@
"CXX": "clang-3.8"
},
"debian11": {
"CC": "clang-13",
"CXX": "clang++-13"
"CC": "clang-14",
"CXX": "clang++-14"
}
}