Skip to content

Commit

Permalink
try with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 29, 2024
1 parent 0ecd251 commit 005be5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/text/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(rule
(with-stdout-to link_flags.dune
(run ./gen-link-flags.sh %{env:LINK_MODE=dynamic} %{ocaml-config:system})))
(run bash ./gen-link-flags.sh %{env:LINK_MODE=dynamic} %{ocaml-config:system})))

(executable
(name Main_text)
Expand Down

0 comments on commit 005be5a

Please sign in to comment.