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:
parent
f710febc71
commit
e5b704ff23
@ -4,7 +4,7 @@
|
||||
"CXX": "clang-3.8"
|
||||
},
|
||||
"debian11": {
|
||||
"CC": "clang-13",
|
||||
"CXX": "clang++-13"
|
||||
"CC": "clang-14",
|
||||
"CXX": "clang++-14"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user