aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorThéo Zimmermann2019-02-05 09:49:54 +0100
committerThéo Zimmermann2019-02-05 09:49:54 +0100
commit740ec848acc0b127fad7ba5b703bc00364126c71 (patch)
treed72ced5aaa9d4b4ba3061e649a0e9462f238b5a0 /dune
parent5c1d7fc460d0b98a1dfbcf151079dbacb64c9330 (diff)
parent0439543db9f3be84d59cfdc1dcad34bd114036e3 (diff)
Merge PR #8421: [dune] Fix Dune build in Windows.
Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: gares Ack-by: maximedenes Ack-by: ppedrot
Diffstat (limited to 'dune')
-rw-r--r--dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/dune b/dune
index 1706cb44b1..95041512e2 100644
--- a/dune
+++ b/dune
@@ -19,7 +19,7 @@
(deps
(source_tree theories)
(source_tree plugins))
- (action (with-stdout-to .vfiles.d (system "%{bin:coqdep} -dyndep opt -noglob -boot `find theories plugins -type f -name *.v`"))))
+ (action (with-stdout-to .vfiles.d (bash "%{bin:coqdep} -dyndep opt -noglob -boot `find theories plugins -type f -name *.v`"))))
(alias
(name vodeps)
@@ -35,7 +35,7 @@
(rule
(targets revision)
(deps (:rev-script dev/tools/make_git_revision.sh))
- (action (with-stdout-to revision (run %{rev-script}))))
+ (action (with-stdout-to revision (bash %{rev-script}))))
; Use summary.log as the target
(alias