mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Use clang-14 to work around a PLT/GOT bug.
This commit is contained in:
parent
f710febc71
commit
e5b704ff23
@ -4,7 +4,7 @@
|
|||||||
"CXX": "clang-3.8"
|
"CXX": "clang-3.8"
|
||||||
},
|
},
|
||||||
"debian11": {
|
"debian11": {
|
||||||
"CC": "clang-13",
|
"CC": "clang-14",
|
||||||
"CXX": "clang++-13"
|
"CXX": "clang++-14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user