Add support for hl2sdk-mock.
This commit is contained in:
committed by
Your Name
parent
fe27c8810e
commit
74ad70ba30
@@ -12,6 +12,8 @@ project.sources += [
|
||||
|
||||
for sdk_name in SM.sdks:
|
||||
sdk = SM.sdks[sdk_name]
|
||||
if sdk.name == 'mock':
|
||||
continue
|
||||
|
||||
for cxx in builder.targets:
|
||||
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
|
||||
|
||||
Reference in New Issue
Block a user