Skip to content

Commit

Permalink
disable gen_static for OCaml 5.2
Browse files Browse the repository at this point in the history
the Pexp_fun ast changed
  • Loading branch information
anmonteiro committed Jun 23, 2024
1 parent dd811a5 commit e2e7ad6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions hpack/util/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
(executables
(names gen_huffman gen_static)
(executable
(name gen_huffman)
(libraries compiler-libs.common))

(executable
(name gen_static)
(libraries compiler-libs.common)
(enabled_if
(< %{ocaml_version} 5.2)))

0 comments on commit e2e7ad6

Please sign in to comment.