Add support for hl2sdk-mock.

This commit is contained in:
David Anderson
2023-08-30 22:08:44 +02:00
committed by Your Name
parent fe27c8810e
commit 74ad70ba30
4 changed files with 17 additions and 1 deletions
+2
View File
@@ -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]: