Skip to content

Commit

Permalink
Merge pull request #76 from hannesm/minor
Browse files Browse the repository at this point in the history
'cross-compilation' adjustments
  • Loading branch information
dinosaure authored Oct 29, 2018
2 parents ae4fc80 + 7e9c7b1 commit b2764d2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.05 EXTRA_DEPS="mirage-xen"
- OCAML_VERSION=4.05 DEPOPTS="mirage-xen-posix"
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
- OCAML_VERSION=4.07 EXTRA_DEPS="mirage-solo5"
- OCAML_VERSION=4.07 DEPOPTS="ocaml-freestanding"
9 changes: 9 additions & 0 deletions digestif.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ depends: [
"fmt" {with-test}
"alcotest" {with-test}
]

depopts: [
"ocaml-freestanding"
"mirage-xen-posix"
]

conflicts: [
"ocaml-freestanding" {< "0.4.1"}
]
2 changes: 1 addition & 1 deletion src-c/native/freestanding/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name rakia_freestanding)
(public_name digestif.rakia.freestanding)
(optional)
(libraries mirage-solo5)
(libraries ocaml-freestanding)
(c_names blake2b blake2s md5 ripemd160 sha1 sha256 sha512 misc stubs)
(c_flags (:include cflags.sexp)))

Expand Down
2 changes: 1 addition & 1 deletion src-c/native/xen/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name rakia_xen)
(public_name digestif.rakia.xen)
(optional)
(libraries mirage-xen)
(libraries mirage-xen-posix)
(c_names blake2b blake2s md5 ripemd160 sha1 sha256 sha512 misc stubs)
(c_flags (:include cflags.sexp)))

Expand Down

0 comments on commit b2764d2

Please sign in to comment.