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 958d356 commit 52c9f8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ocaml-solo5-cross-aarch64.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build: [
[make "-j%{jobs}%"]
[make "%{name}%.install"]
]
depopts: [
"ocaml-option-no-flat-float-array"
"ocaml-option-flambda"
]
run-test: [
[make "test"]
]
Expand Down
4 changes: 4 additions & 0 deletions ocaml-solo5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build: [
[make "-j%{jobs}%"]
[make "%{name}%.install"]
]
depopts: [
"ocaml-option-no-flat-float-array"
"ocaml-option-flambda"
]
run-test: [
[make "test"]
]
Expand Down

0 comments on commit 52c9f8d

Please sign in to comment.