Skip to content

Commit

Permalink
win32fix: Use 'code' not 'code/' as crunch directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Sep 15, 2024
1 parent f45c94a commit 5afe197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/ml-generator/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
(glob_files code/*.manifest))
(target code.ml)
(action
(run ocaml-crunch -m plain -e ml -e manifest -o %{target} code/)))
; crunch the code/ directory
(run ocaml-crunch -m plain -e ml -e manifest -o %{target} code)))

(library
(name code)
Expand Down

0 comments on commit 5afe197

Please sign in to comment.