Skip to content

Commit 5868ffd

Browse files
authored
Merge pull request #1050 from alliedmodders/update-sp-093edef
Update SourcePawn to 093edef
2 parents fcafd07 + 8ce99e0 commit 5868ffd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AMBuildScript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ class SMConfig(object):
416416
if '-lgcc_eh' in binary.compiler.linkflags:
417417
binary.compiler.linkflags.remove('-lgcc_eh')
418418
if binary.compiler.like('gcc'):
419-
binary.compiler.linkflags += ['-lstdc++']
419+
binary.compiler.linkflags += ['-lstdc++', '-lpthread']
420420
if binary.compiler.like('msvc'):
421421
binary.compiler.linkflags += ['/SUBSYSTEM:CONSOLE']
422422
return binary

sourcepawn

Submodule sourcepawn updated 83 files

0 commit comments

Comments
 (0)