mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-20 09:52:24 +01:00
fc17601a96
This also moves env var control back into the local build, so we don't have to restart buildbot to change that.
11 lines
160 B
JSON
11 lines
160 B
JSON
{
|
|
"debian8": {
|
|
"CC": "clang-3.8",
|
|
"CXX": "clang-3.8"
|
|
},
|
|
"debian11": {
|
|
"CC": "clang-13",
|
|
"CXX": "clang++-13"
|
|
}
|
|
}
|