Skip to content

Commit

Permalink
S2 sample: fix memoverride path
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Dec 9, 2023
1 parent 5ccaa37 commit 17a0365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/s2_sample_mm/AMBuildScript
Expand Up @@ -280,7 +280,7 @@ class MMSPluginConfig(object):
if sdk['source2']:
cxx.defines += ['META_IS_SOURCE2']
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'),
]

Expand Down

0 comments on commit 17a0365

Please sign in to comment.