Skip to content

Commit

Permalink
Fix bounds for pyops
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-martinez committed Sep 29, 2021
1 parent ee381f2 commit 8521e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
(action (copy %{deps} %{target})))

(rule
(enabled_if (< %{ocaml_version} 4.05))
(enabled_if (< %{ocaml_version} 4.06))
(target pyops.mli)
(deps pyops.mli.405)
(action (copy %{deps} %{target})))

(rule
(enabled_if (< %{ocaml_version} 4.05))
(enabled_if (< %{ocaml_version} 4.06))
(target pyops.ml)
(deps pyops.ml.405)
(action (copy %{deps} %{target})))

0 comments on commit 8521e33

Please sign in to comment.