mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-26 19:54:14 +01:00
Fix bad merge
This commit is contained in:
parent
52c441eeb2
commit
f5027c93d2
@ -8,6 +8,8 @@ for sdk_name in MMS.sdks:
|
|||||||
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
|
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
name = 'metamod.' + sdk.ext
|
||||||
|
binary = MMS.HL2Library(builder, cxx, name, sdk)
|
||||||
|
|
||||||
binary.sources += [
|
binary.sources += [
|
||||||
'metamod.cpp',
|
'metamod.cpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user