mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
chore(build): Remove unused variable
This commit is contained in:
parent
5d48696528
commit
827c1baf0c
@ -323,7 +323,6 @@ class MMSConfig(object):
|
|||||||
os.path.join(context.sourcePath, 'loader'),
|
os.path.join(context.sourcePath, 'loader'),
|
||||||
]
|
]
|
||||||
|
|
||||||
defines = []
|
|
||||||
for other_sdk in self.sdk_manifests:
|
for other_sdk in self.sdk_manifests:
|
||||||
cxx.defines += ['SE_{}={}'.format(other_sdk['define'], other_sdk['code'])]
|
cxx.defines += ['SE_{}={}'.format(other_sdk['define'], other_sdk['code'])]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user