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:
parent
1aae42c579
commit
e11a90b5db
@ -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
|
Loading…
x
Reference in New Issue
Block a user