This commit is contained in:
parent
8ac4050faf
commit
c29eb57c6e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue