Fix build.

This commit is contained in:
David Anderson 2023-10-13 15:32:45 -07:00
parent f01ad5317a
commit 767c5cf468

View File

@ -578,7 +578,6 @@ class SMConfig(object):
def ConfigureForHL2(self, context, binary, sdk):
compiler = binary.compiler
SetArchFlags(compiler)
self.AddCxxCompat(binary)
compiler.cxxincludes += [
os.path.join(self.mms_root, 'core'),