Skip to content

Commit

Permalink
Fix build with latest dune.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Oct 17, 2019
1 parent 97ff798 commit b3950fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
(action (bash "%{bin:cinaps} %{first_dep}")))

(rule (targets explicit_dependencies.ml explicit_dependencies.mli)
(deps %{workspace_root}/bin/gen-explicit-dependencies.sh)
(action (bash "%{deps} re2_c")))
(mode fallback) (deps %{workspace_root}/bin/gen-explicit-dependencies.sh)
(action (bash "%{deps} re2_c")))

0 comments on commit b3950fe

Please sign in to comment.