mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
Fix build.
This commit is contained in:
parent
9b480ae363
commit
866cdcd1f8
@ -227,7 +227,7 @@ class MMSConfig(object):
|
||||
os.path.join(builder.sourcePath, 'public'),
|
||||
]
|
||||
if self.use_auto_versioning():
|
||||
cfg.defines += ['MMS_GENERATED_BUILD']
|
||||
cfg.defines += ['MMS_GENERATED_BUILD']
|
||||
cfg.includes += [
|
||||
os.path.join(builder.buildPath, 'includes'),
|
||||
os.path.join(builder.sourcePath, 'versionlib'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user