1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00

Update for hl2sdk-l4d changes.

--HG--
extra : rebase_source : a12fb6fc4aff98738a0bddb9b1144a86090b8c61
This commit is contained in:
Nicholas Hastings 2014-05-21 00:09:33 -04:00
parent a2be9d518b
commit 0086c59cff

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']