mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13:54:14 +01:00
Make PVKII also link against stdc++ for Linux (#98)
This commit is contained in:
parent
437feb57bd
commit
5c0c675c58
@ -392,7 +392,7 @@ class MMSConfig(object):
|
||||
if compiler.target.platform in ['linux', 'mac']:
|
||||
compiler.defines += ['NO_HOOK_MALLOC', 'NO_MALLOC_OVERRIDE']
|
||||
|
||||
if sdk.name in ['csgo', 'blade'] and compiler.target.platform == 'linux':
|
||||
if sdk.name in ['csgo', 'blade', 'pvkii'] and compiler.target.platform == 'linux':
|
||||
compiler.linkflags += ['-lstdc++']
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user