aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-09 09:55:58 +0100
committerThéo Zimmermann2019-12-09 09:55:58 +0100
commit1f4f00062b83b88114657223895bb1a367bc3cff (patch)
treebf3980d0ae636b9a3500146c2e5e3032c32cf0fc
parent756d2f4db5eae51c8c01a40550b8c4553bd30f53 (diff)
parent55e54479837cc70a5c070220a0bf32d0bbf55212 (diff)
Merge PR #11256: [configure] [dune] Fix configure under Dune in 32bit builds.
Reviewed-by: Zimmi48
-rw-r--r--config/dune6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/dune b/config/dune
index a303774e17..5f2f7b1222 100644
--- a/config/dune
+++ b/config/dune
@@ -9,5 +9,9 @@
(rule
(targets coq_config.ml coq_config.py Makefile dune.c_flags)
(mode fallback)
- (deps %{project_root}/configure.ml %{project_root}/dev/ocamldebug-coq.run (env_var COQ_CONFIGURE_PREFIX))
+ (deps
+ %{project_root}/configure.ml
+ %{project_root}/dev/ocamldebug-coq.run
+ %{project_root}/dev/header.c
+ (env_var COQ_CONFIGURE_PREFIX))
(action (chdir %{project_root} (run %{ocaml} configure.ml -no-ask -native-compiler no))))