Add support for hl2sdk-mock.

This commit is contained in:
David Anderson
2021-09-22 12:36:44 -07:00
parent d84fd76070
commit 1b0c7bc1b8
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]: