1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-20 09:52:24 +01:00
David Anderson fc17601a96 Move bootstrap.pl to Python.
This also moves env var control back into the local build, so we don't
have to restart buildbot to change that.
2023-10-12 22:36:16 -07:00

11 lines
160 B
JSON

{
"debian8": {
"CC": "clang-3.8",
"CXX": "clang-3.8"
},
"debian11": {
"CC": "clang-13",
"CXX": "clang++-13"
}
}