Skip to content

Commit

Permalink
Fix building of the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Brankov committed Jul 17, 2019
1 parent 07b62b3 commit 5b7c637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdf5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bug-reports: "https://github.com/vbrankov/hdf5-ocaml/issues"
license: "MIT"
dev-repo: "git+https://github.com/vbrankov/hdf5-ocaml.git"
build: [
["dune" "build" "-p" "hdf5-ocaml" "-j" jobs]
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"cppo"
Expand Down

0 comments on commit 5b7c637

Please sign in to comment.