mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
add pthreads to linking libraries because AAHAHAHAAA gcc.
This commit is contained in:
parent
092fec7afb
commit
5ce8c9f9ba
|
@ -133,6 +133,7 @@ if args.testing:
|
|||
cxxflags.append('-Wmissing-declarations')
|
||||
|
||||
if 'linux' in sys.platform:
|
||||
cxxflangs.append('-pthread')
|
||||
ldflags.extend(libraries(['dl']))
|
||||
|
||||
builddir = 'bin'
|
||||
|
|
Loading…
Reference in New Issue
Block a user