1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Update manifests.

This commit is contained in:
David Anderson 2023-10-11 09:47:57 -07:00
parent 1aae42c579
commit e11a90b5db
2 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@ class MMSConfig(object):
defines += ['SE_{}={}'.format(other_sdk['define'], other_sdk['code'])]
compiler.defines += defines
compiler.defines += ['SOURCE_ENGINE=' + sdk['code']]
compiler.defines += ['SOURCE_ENGINE={}'.format(sdk['code'])]
if sdk['name'] in ['sdk2013', 'bms', 'pvkii'] and compiler.like('gcc'):
# The 2013 SDK already has these in public/tier0/basetypes.h

@ -1 +1 @@
Subproject commit 4b11e3a40c2bd01aeaf85baab816c3c8fefede85
Subproject commit d771d65b44596b18dbb484dd868708ee5b1a7705