Skip to content

Commit

Permalink
Fix lwt.opam.template for weird runtime error in opam-dune-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Apr 15, 2024
1 parent a3197c3 commit 3d519da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ depends: [
depopts: ["base-threads" "base-unix" "conf-libev"]
dev-repo: "git+https://github.com/ocsigen/lwt.git"
build: [
["dune" "exec" "-p" name "src/unix/config/discover.exe" "--" "--save" "--use-libev" "%{conf-libev:installed}%"]
["dune" "exec" "-p" name "src/unix/config/discover.exe" "--" "--save" "--use-libev" {conf-libev:installed}]
["dune" "build" "-p" name "-j" jobs]
]
2 changes: 1 addition & 1 deletion lwt.opam.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build: [
["dune" "exec" "-p" name "src/unix/config/discover.exe" "--" "--save" "--use-libev" "%{conf-libev:installed}%"]
["dune" "exec" "-p" name "src/unix/config/discover.exe" "--" "--save" "--use-libev" {conf-libev:installed}]
["dune" "build" "-p" name "-j" jobs]
]

0 comments on commit 3d519da

Please sign in to comment.