Skip to content

Commit 7ff2d97

Browse files
committed
Fix more defines for Linux
1 parent fc1321a commit 7ff2d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AMBuildScript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class MMSConfig(object):
370370
if compiler.target.arch == 'x86_64':
371371
compiler.defines += ['X64BITS', 'PLATFORM_64BITS']
372372

373-
if sdk.name in ['css', 'hl2dm', 'dods', 'sdk2013', 'bms', 'tf2', 'l4d', 'nucleardawn', 'l4d2', 'dota']:
373+
if sdk.name in ['sdk2013', 'bms', 'l4d', 'nucleardawn', 'l4d2', 'dota']:
374374
if compiler.target.platform in ['linux', 'mac']:
375375
compiler.defines += ['NO_HOOK_MALLOC', 'NO_MALLOC_OVERRIDE']
376376

0 commit comments

Comments
 (0)