Skip to content

Commit

Permalink
Tweak the opam file
Browse files Browse the repository at this point in the history
The resulting .install will have been correct, because make would be
invoked without `-j`, but better to ensure that only one .install file
is generated.
  • Loading branch information
dra27 committed Jul 26, 2023
1 parent f06af1f commit de5dac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion num.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ homepage: "https://github.com/ocaml/num/"
bug-reports: "https://github.com/ocaml/num/issues"
dev-repo: "git+https://github.com/ocaml/num.git"
build: [
[make "opam-legacy" {!ocaml:preinstalled} "opam-modern" {ocaml:preinstalled | ocaml:version >= "5.0.0~~"}]
[make "opam-legacy" {!ocaml:preinstalled & ocaml:version < "5.0.0~~"}
"opam-modern" {ocaml:preinstalled | ocaml:version >= "5.0.0~~"}]
[make "test"] {with-test}
]
depends: [
Expand Down

0 comments on commit de5dac9

Please sign in to comment.