Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Dec 4, 2023
1 parent 444a7e4 commit 8401bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/client/dune
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(action
(with-stdout-to
%{target}
(run ocaml ../../tools/gen_dune.ml --client ..))))
(run ../../tools/gen_dune.exe --client ..))))

(env
(_
Expand Down
2 changes: 1 addition & 1 deletion src/lib/server/dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
(action
(with-stdout-to
%{target}
(run ocaml ../../tools/gen_dune.ml --server ..))))
(run ../../tools/gen_dune.exe --server ..))))

; We need to refer to types defined by Js_of_ocaml without a link
; dependency to some code that only makes sense in a browser.
Expand Down

0 comments on commit 8401bbd

Please sign in to comment.