mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01: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