Merge pull request #1050 from alliedmodders/update-sp-093edef
Update SourcePawn to 093edef
This commit is contained in:
commit
5868ffd04e
@ -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
|
Loading…
Reference in New Issue
Block a user