From 48d235331b0c4c051b783deda31197b0d60d332c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 8 May 2025 11:51:19 -0400 Subject: [PATCH] fix dune --- src/unix/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/dune b/src/unix/dune index 3c0fe50..a1ad71f 100644 --- a/src/unix/dune +++ b/src/unix/dune @@ -3,4 +3,4 @@ (public_name nanoev.unix) (synopsis "Unix/select backend") (private_modules heap) - (libraries nanoev unix)) + (libraries nanoev unix threads.posix))