Fix typo in b77e8c50
causing regression in loading on some games.
Fixes #1898
This commit is contained in:
parent
8f7a1641fc
commit
3a488f7041
@ -679,7 +679,7 @@ class SMConfig(object):
|
|||||||
os.path.join(lib_folder, 'mathlib_i486.a')
|
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':
|
if compiler.target.arch == 'x86_64':
|
||||||
compiler.postlink += [os.path.join(lib_folder, 'interfaces.a')]
|
compiler.postlink += [os.path.join(lib_folder, 'interfaces.a')]
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user