1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-21 14:54:14 +01:00

Update for hl2sdk-l4d changes.

--HG--
extra : rebase_source : 55e08e054ee8439924aef80a586cda7310a818e4
This commit is contained in:
Nicholas Hastings 2014-05-21 00:19:00 -04:00
parent 939a0aac3e
commit ca6e2c689c

View File

@ -259,7 +259,7 @@ class MMSConfig(object):
else:
compiler.defines += ['COMPILER_GCC']
if sdk.name in ['css', 'hl2dm', 'dods', '2013', 'tf2', 'nd', 'l4d2', 'dota']:
if sdk.name in ['css', 'hl2dm', 'dods', '2013', 'tf2', 'l4d', 'nd', 'l4d2', 'dota']:
if builder.target_platform in ['linux', 'mac']:
compiler.defines += ['NO_HOOK_MALLOC', 'NO_MALLOC_OVERRIDE']