aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2020-03-05 17:52:31 +0100
committerThéo Zimmermann2020-03-05 17:52:31 +0100
commit8fb4fdf4eb0e817412b749794494219597ce3153 (patch)
tree9a9473c334019b33c8576dd776f211156215ac2c
parent68ed869c90f81c6d14748718914473fb578dfa1d (diff)
parent3940ca86e18e6274719d0b435d769ec8a06af7a7 (diff)
Merge PR #11744: [dune] Fix bug in auto-configure deps.
Reviewed-by: Zimmi48
-rw-r--r--config/dune2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/dune b/config/dune
index 5f2f7b1222..bf1aa4f471 100644
--- a/config/dune
+++ b/config/dune
@@ -13,5 +13,7 @@
%{project_root}/configure.ml
%{project_root}/dev/ocamldebug-coq.run
%{project_root}/dev/header.c
+ ; Needed to generate include lists for coq_makefile
+ (source_tree %{project_root}/plugins)
(env_var COQ_CONFIGURE_PREFIX))
(action (chdir %{project_root} (run %{ocaml} configure.ml -no-ask -native-compiler no))))