Link libstdc++ on CS:GO.

This commit is contained in:
Nicholas Hastings 2014-09-11 19:21:50 -04:00
parent b5a6377c6c
commit 679decaba0

View File

@ -262,6 +262,10 @@ class MMSConfig(object):
if builder.target_platform in ['linux', 'mac']:
compiler.defines += ['NO_HOOK_MALLOC', 'NO_MALLOC_OVERRIDE']
if sdk.name == 'csgo' and builder.target_platform == 'linux':
compiler.linkflags += ['-lstdc++']
for path in paths:
compiler.cxxincludes += [os.path.join(sdk.path, *path)]