mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
S2 sample: fix memoverride path
This commit is contained in:
parent
5ccaa37289
commit
17a036585c
@ -280,7 +280,7 @@ class MMSPluginConfig(object):
|
|||||||
if sdk['source2']:
|
if sdk['source2']:
|
||||||
cxx.defines += ['META_IS_SOURCE2']
|
cxx.defines += ['META_IS_SOURCE2']
|
||||||
binary.sources += [
|
binary.sources += [
|
||||||
os.path.join(sdk['path'], 'tier0_perproject', 'memoverride.cpp'),
|
os.path.join(sdk['path'], 'public', 'tier0', 'memoverride.cpp'),
|
||||||
os.path.join(sdk['path'], 'tier1', 'convar.cpp'),
|
os.path.join(sdk['path'], 'tier1', 'convar.cpp'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user