Skip to content

Commit

Permalink
chore(bjw) manually replace -p option for dune
Browse files Browse the repository at this point in the history
  • Loading branch information
dbousque committed Apr 25, 2021
1 parent 8025f20 commit 421c7e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ocaml/lib/batch_jaro_winkler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ model in advance of the actual runtime calculations. Supports any encoding.
"""

build: [
["cd" "ocaml/lib"]
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "--only-packages" name "--profile" "release" "--default-target" "@install" "-j" jobs "--root=./ocaml/lib"]
]

depends: [
Expand Down

0 comments on commit 421c7e3

Please sign in to comment.