Skip to content

Commit

Permalink
Fix executable dune file
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Oct 31, 2022
1 parent b102382 commit 333dfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(executable
(name main)
(public_name clarke)
(libraries eio_main eio.unix clarke cmdliner))
(libraries eio_luv eio.unix clarke cmdliner))
2 changes: 1 addition & 1 deletion src/bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ let main_cmd env =
let default = Term.(ret @@ const (`Help (`Pager, None))) in
Cmd.group info ~default (cmds env)

let () = Eio_main.run @@ fun env -> exit (Cmd.eval_result (main_cmd env))
let () = Eio_luv.run @@ fun env -> exit (Cmd.eval_result (main_cmd env))

0 comments on commit 333dfa3

Please sign in to comment.