fix compilation on Linux: add threads
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
05fd544720
commit
2c7685229d
|
@ -3,3 +3,6 @@ switch("define", "libp2p_pki_schemes=secp256k1")
|
|||
when fileExists("nimble.paths"):
|
||||
include "nimble.paths"
|
||||
# end Nimble config
|
||||
|
||||
# required on Linux for pthreads
|
||||
--threads:on
|
||||
|
|
Loading…
Reference in New Issue