Skip to content

Commit

Permalink
lwt.opam dune exec: add -p lwt
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Mar 31, 2020
1 parent b23e56b commit ee466e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ conflicts: [
]

build: [
["dune" "exec" "src/unix/config/discover.exe" "--root" "." "--" "--save"
["dune" "exec" "-p" name "src/unix/config/discover.exe" "--" "--save"
"--use-libev" "%{conf-libev:installed}%"]
["dune" "build" "-p" name "-j" jobs]
]
Expand Down

0 comments on commit ee466e2

Please sign in to comment.