Skip to content

Commit

Permalink
Correct default value
Browse files Browse the repository at this point in the history
  • Loading branch information
denismerigoux committed Mar 20, 2024
1 parent f10bc64 commit 237724f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
(rule
(with-stdout-to
linking-flags-mlang.sexp
(run ./gen-linking-flags.sh %{env:LINKING_MODE=dynamic}
%{ocaml-config:system})))
(run ./gen-linking-flags.sh %{env:LINKING_MODE=} %{ocaml-config:system})))

(executable
(name main)
Expand Down

0 comments on commit 237724f

Please sign in to comment.