Skip to content

Commit

Permalink
Fix compilation in bytecode mode
Browse files Browse the repository at this point in the history
This should solve the issue in ocaml/opam-repository#25033
  • Loading branch information
mseri committed Jan 10, 2024
1 parent 20888b0 commit 1736212
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(executable
(public_name ocamlearlybird)
(name main)
(modes byte native)
(preprocess
Expand All @@ -15,7 +16,3 @@
lwt
lwt.unix
cmdliner))

(install
(section bin)
(files (main.exe as ocamlearlybird)))

0 comments on commit 1736212

Please sign in to comment.