1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-03 15:24:15 +01:00
HLMetaModOfficial/support/buildbot/buildconfig.json
2023-10-16 21:17:01 -07:00

11 lines
160 B
JSON

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