aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-07 09:00:35 +0100
committerGaëtan Gilbert2019-02-07 09:00:35 +0100
commitbd25768d7c314ebec3290691e81207ca638e3d79 (patch)
tree26dc8f77022c7bec37b58dc02443f4e8ce86c4f2
parent516af694c8f8a46abf67b8124b315fb8bc12df8b (diff)
parentf303af4dba41422104719a6d479d614dd4cd9fcb (diff)
Merge PR #9498: [dune] Fix OCaml trunk build.
Reviewed-by: SkySkimmer
-rw-r--r--Makefile.dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.dune b/Makefile.dune
index 78ecc4b056..e3a8a30bc2 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -91,9 +91,9 @@ ocheck: voboot
dune build $(DUNEOPT) @install --workspace=dev/dune-workspace.all
trunk:
- dune build $(DUNEOPT) --profile=ocaml408 @vodeps
+ dune build $(DUNEOPT) --profile=ocaml409 @vodeps
dune exec coq_dune $(BUILD_CONTEXT)/.vfiles.d
- dune build $(DUNEOPT) --profile=ocaml408 coq.install coqide-server.install
+ dune build $(DUNEOPT) --profile=ocaml409 coq.install coqide-server.install
ireport:
dune clean