This commit is contained in:
parent
8ac4050faf
commit
c29eb57c6e
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ For more details check out the `build-matrix.sh` script and meson files.
|
||||||
| episode1 | - | - |
|
| episode1 | - | - |
|
||||||
| eye | x86 | x86 |
|
| eye | x86 | x86 |
|
||||||
| gmod | x86 | - |
|
| gmod | x86 | - |
|
||||||
| hl2dm | x86 | x86 |
|
| hl2dm | x86 | - |
|
||||||
| insurgency | - | - |
|
| insurgency | - | - |
|
||||||
| l4d | x86 | x86 |
|
| l4d | x86 | x86 |
|
||||||
| l4d2 | x86 | x86 |
|
| l4d2 | x86 | x86 |
|
||||||
|
|
|
@ -80,7 +80,7 @@ do
|
||||||
# Should we always define NO_MALLOC_OVERRIDE on clang?
|
# Should we always define NO_MALLOC_OVERRIDE on clang?
|
||||||
if [ "$CMP" = "clang++" ]
|
if [ "$CMP" = "clang++" ]
|
||||||
then
|
then
|
||||||
if [ "$BRANCH" = "gmod" ] || [ "$BRANCH" = "tf2" ]
|
if [ "$BRANCH" = "gmod" ] || [ "$BRANCH" = "tf2" ] || [ "$BRANCH" = "hl2dm" ]
|
||||||
then
|
then
|
||||||
echo "$BRANCH does not support $CMP, skipping!"
|
echo "$BRANCH does not support $CMP, skipping!"
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue