Fix typo in b77e8c50 causing regression in loading on some games.

Fixes #1898
This commit is contained in:
Nick Hastings 2023-01-01 20:04:56 -05:00
parent 8f7a1641fc
commit 3a488f7041

View File

@ -679,7 +679,7 @@ class SMConfig(object):
os.path.join(lib_folder, 'mathlib_i486.a')
]
if sdk.name in ['blade', 'insurgency', 'doi', 'mcv' 'csgo']:
if sdk.name in ['blade', 'insurgency', 'doi', 'mcv', 'csgo']:
if compiler.target.arch == 'x86_64':
compiler.postlink += [os.path.join(lib_folder, 'interfaces.a')]
else: