Skip to content

Commit

Permalink
add missing depopts
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 5, 2024
1 parent dd699ba commit 64f1a4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ocaml-solo5-cross-aarch64.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ build: [
]
[make "-j%{jobs}%"]
]
depopts: [
"ocaml-option-no-flat-float-array"
"ocaml-option-flambda"
"ocaml-option-nnp"
]
install: [make "install" ]
depends: [
"conf-which" {build}
Expand Down
5 changes: 5 additions & 0 deletions ocaml-solo5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ build: [
]
[make "-j%{jobs}%"]
]
depopts: [
"ocaml-option-no-flat-float-array"
"ocaml-option-flambda"
"ocaml-option-nnp"
]
install: [make "install" ]
depends: [
"conf-which" {build}
Expand Down

0 comments on commit 64f1a4d

Please sign in to comment.