From b390dc1c8bdd5e78da94bec18663650924814874 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Thu, 1 Apr 2021 09:51:06 +0100 Subject: [PATCH] Use 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 dd52004..e6f6c6a 100644 --- a/bindings/dune +++ b/bindings/dune @@ -1,5 +1,5 @@ (library (name pci_bindings) (public_name pci.bindings) - (libraries ctypes.stubs ctypes ctypes.foreign.threaded) + (libraries ctypes.stubs ctypes ctypes.foreign) )