Skip hl2dm on clang
All checks were successful
Build project / build (push) Successful in 3m41s

This commit is contained in:
Lauri Räsänen 2025-01-13 23:56:59 +02:00
parent 8ac4050faf
commit c29eb57c6e
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ do
# Should we always define NO_MALLOC_OVERRIDE on clang?
if [ "$CMP" = "clang++" ]
then
if [ "$BRANCH" = "gmod" ] || [ "$BRANCH" = "tf2" ]
if [ "$BRANCH" = "gmod" ] || [ "$BRANCH" = "tf2" ] || [ "$BRANCH" = "hl2dm" ]
then
echo "$BRANCH does not support $CMP, skipping!"
continue