Merge pull request #1050 from alliedmodders/update-sp-093edef

Update SourcePawn to 093edef
This commit is contained in:
David Anderson 2019-07-24 09:38:43 -07:00 committed by GitHub
commit 5868ffd04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ class SMConfig(object):
if '-lgcc_eh' in binary.compiler.linkflags:
binary.compiler.linkflags.remove('-lgcc_eh')
if binary.compiler.like('gcc'):
binary.compiler.linkflags += ['-lstdc++']
binary.compiler.linkflags += ['-lstdc++', '-lpthread']
if binary.compiler.like('msvc'):
binary.compiler.linkflags += ['/SUBSYSTEM:CONSOLE']
return binary

@ -1 +1 @@
Subproject commit 4cba235b61829a2199ad071c2821d212babbe5fe
Subproject commit 093edef92e54c842764bc211abe3153498779167