From 3cf31c734107013ee4188754e28a16f499867d88 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Thu, 11 Jul 2019 15:09:48 +0200 Subject: [PATCH] Add bigarray-compat on digestif.c.{xen,freestanding} --- src-c/native/freestanding/dune | 2 +- src-c/native/xen/dune | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-c/native/freestanding/dune b/src-c/native/freestanding/dune index 1ec5c37..d75a75d 100644 --- a/src-c/native/freestanding/dune +++ b/src-c/native/freestanding/dune @@ -2,7 +2,7 @@ (name rakia_freestanding) (public_name digestif.rakia.freestanding) (optional) - (libraries ocaml-freestanding) + (libraries bigarray-compat ocaml-freestanding) (c_names blake2b blake2s md5 ripemd160 sha1 sha256 sha512 whirlpool misc stubs) (c_flags (:include cflags.sexp))) diff --git a/src-c/native/xen/dune b/src-c/native/xen/dune index d151420..4d6ee7f 100644 --- a/src-c/native/xen/dune +++ b/src-c/native/xen/dune @@ -2,7 +2,7 @@ (name rakia_xen) (public_name digestif.rakia.xen) (optional) - (libraries mirage-xen-posix) + (libraries bigarray-compat mirage-xen-posix) (c_names blake2b blake2s md5 ripemd160 sha1 sha256 sha512 whirlpool misc stubs) (c_flags (:include cflags.sexp)))