We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb0275 commit 8ce99e0Copy full SHA for 8ce99e0
1 file changed
AMBuildScript
@@ -416,7 +416,7 @@ class SMConfig(object):
416
if '-lgcc_eh' in binary.compiler.linkflags:
417
binary.compiler.linkflags.remove('-lgcc_eh')
418
if binary.compiler.like('gcc'):
419
- binary.compiler.linkflags += ['-lstdc++']
+ binary.compiler.linkflags += ['-lstdc++', '-lpthread']
420
if binary.compiler.like('msvc'):
421
binary.compiler.linkflags += ['/SUBSYSTEM:CONSOLE']
422
return binary
0 commit comments