Skip to content

Commit

Permalink
Update manifests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Oct 11, 2023
1 parent b31f504 commit 3f59272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AMBuildScript
Expand Up @@ -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
Expand Down

0 comments on commit 3f59272

Please sign in to comment.