fix compilation on Linux: add threads

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-06-22 20:36:20 +02:00
parent 05fd544720
commit 2c7685229d
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 3 additions and 0 deletions

View File

@ -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