Skip to content

Commit

Permalink
--print-version needs no init
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Tassi <Enrico.Tassi@Inria.fr>
  • Loading branch information
gares committed Jun 10, 2024
1 parent 6135898 commit 5c2e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/coq/coq_config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module Version = struct
Return
bin
(* we pass -boot since this means it will work with just coq-core *)
[ "--print-version"; "-boot" ]
[ "--print-version"; "-boot"; "-noinit" ]
;;

let version_memo = Memo.create "coq-and-ocaml-version" ~input:(module Path) impl_version
Expand Down

0 comments on commit 5c2e541

Please sign in to comment.