We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c441e commit f5027c9Copy full SHA for f5027c9
1 file changed
core/AMBuilder
@@ -8,6 +8,8 @@ for sdk_name in MMS.sdks:
8
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
9
continue
10
11
+ name = 'metamod.' + sdk.ext
12
+ binary = MMS.HL2Library(builder, cxx, name, sdk)
13
14
binary.sources += [
15
'metamod.cpp',
0 commit comments