From 25722e04aaffb3374bd15202f2c062bc2b395c1c Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Thu, 1 Apr 2021 09:51:06 +0100 Subject: [PATCH] Add compatibility with ctypes 0.18 See https://github.com/ocamllabs/ocaml-ctypes/pull/651#issuecomment-782712458 Signed-off-by: Pau Ruiz Safont --- bindings/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/dune b/bindings/dune index 8b2de9e..0a88cd7 100644 --- a/bindings/dune +++ b/bindings/dune @@ -1,4 +1,4 @@ (library (name pci_bindings) (public_name pci.bindings) - (libraries ctypes.stubs ctypes ctypes.foreign.threaded)) + (libraries ctypes.stubs ctypes ctypes.foreign threads))