---
tools/test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test.sh b/tools/test.sh
index 9c0f9ee..04ad086 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -73,7 +73,7 @@ init() {
cc="cc"
;;
*OpenBSD*)
- cc="cc -nopie"
+ cc="cc -nopie -lpthread"
;;
*FreeBSD*)
cc="cc"
--
2.37.3