Skip to content

Commit b977461

Browse files
committed
Make ocamlbuild a {build}-only dependency.
(Suggestion by @dbuenzli.)
1 parent 4fb2cdc commit b977461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ build: [
99
"ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
1010
"native-dynlink=%{ocaml-native-dynlink}%"
1111
]
12-
depends: [ "ocamlbuild" ]
12+
depends: [ "ocamlbuild" {build} ]
1313
tags: ["org:ocamllabs"]

0 commit comments

Comments
 (0)