Skip to content

Commit 441ad82

Browse files
committed
4.02 compat: Non-silent call to ocaml-crunch
1 parent 2ec4fab commit 441ad82

File tree

1 file changed

+1
-4
lines changed
  • src/html_support_files

1 file changed

+1
-4
lines changed

src/html_support_files/dune

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
(rule
55
(aliases runtest support-files)
6-
(enabled_if
7-
(> %{ocaml_version} 4.08))
86
(target odoc_html_support_files.ml)
97
(deps
108
(glob_files *.js)
@@ -29,8 +27,7 @@
2927
-o
3028
odoc_html_support_files.ml
3129
-m
32-
plain
33-
-s))))
30+
plain))))
3431

3532
(library
3633
(name odoc_html_support_files)

0 commit comments

Comments
 (0)