Merge pull request #10 from Bara/patch-1
Set _GLIBCXX_USE_CXX11_ABI to 0
This commit is contained in:
commit
e48cb055f0
@ -353,6 +353,7 @@ class ExtensionConfig(object):
|
||||
|
||||
if sdk.name == 'csgo' and builder.target_platform == 'linux':
|
||||
compiler.linkflags += ['-lstdc++']
|
||||
compiler.defines += ['_GLIBCXX_USE_CXX11_ABI=0']
|
||||
|
||||
for path in paths:
|
||||
compiler.cxxincludes += [os.path.join(sdk.path, *path)]
|
||||
|
Loading…
Reference in New Issue
Block a user