mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
Fix AMbuild script.
This commit is contained in:
parent
f17a958c66
commit
68dcd2e40e
@ -115,9 +115,6 @@ class MMSConfig(object):
|
||||
cfg = builder.DetectCompilers()
|
||||
cxx = cfg.cxx
|
||||
|
||||
if builder.options.source2 == '1':
|
||||
cfg.defines += ['SOURCE2_BUILD=1']
|
||||
|
||||
if cxx.behavior == 'gcc':
|
||||
cfg.defines += [
|
||||
'stricmp=strcasecmp',
|
||||
|
Loading…
Reference in New Issue
Block a user