Skip to content

Commit 6927293

Browse files
committedApr 27, 2016
Merge pull request #533 from mirage/dsheets-patch-1
opam: add ocamlbuild build dependency
2 parents 5473666 + 4ca0ed9 commit 6927293

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎mirage-types.opam

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ build: [make "build-types"]
1010
install: [make "install-types"]
1111
remove: ["ocamlfind" "remove" "mirage-types"]
1212

13-
depends: ["ocamlfind"]
13+
depends: [
14+
"ocamlfind" {build}
15+
"ocamlbuild" {build}
16+
]
1417
depopts: ["lwt" "cstruct" "io-page" "ipaddr"]
1518
conflicts: ["ipaddr" {< "2.0.0"}]
1619

0 commit comments

Comments
 (0)
Please sign in to comment.