aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-03-03 21:28:47 -0500
committerEmilio Jesus Gallego Arias2020-03-03 21:38:42 -0500
commit3940ca86e18e6274719d0b435d769ec8a06af7a7 (patch)
tree731eaab2e6fc32616e4d8df9a0712f47ead8d37f
parent18aa9ca60ec9b3d1712276ec0c615dfe54c1a251 (diff)
[dune] Fix bug in auto-configure deps.
`plugins` needs to be present to coq_makefile variables are properly initialized.
-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))))