Skip to content

Commit

Permalink
Disable building of tools on <4.14
Browse files Browse the repository at this point in the history
Just for now that we don't need tools to generate the 5.0 AST...
  • Loading branch information
pitag-ha committed Jun 17, 2022
1 parent 8724242 commit 3f26b2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

(executable
(name gencopy)
(enabled_if (>= %{ocaml_version} 4.13))
(enabled_if
(and
(>= %{ocaml_version} 4.13)
(< %{ocaml_version} 4.14)))
(modules gencopy)
(libraries compiler-libs.common compiler-libs.bytecomp)
(flags :standard -w -3))
Expand Down

0 comments on commit 3f26b2a

Please sign in to comment.