diff options
| author | Théo Zimmermann | 2019-12-09 09:55:58 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-12-09 09:55:58 +0100 |
| commit | 1f4f00062b83b88114657223895bb1a367bc3cff (patch) | |
| tree | bf3980d0ae636b9a3500146c2e5e3032c32cf0fc | |
| parent | 756d2f4db5eae51c8c01a40550b8c4553bd30f53 (diff) | |
| parent | 55e54479837cc70a5c070220a0bf32d0bbf55212 (diff) | |
Merge PR #11256: [configure] [dune] Fix configure under Dune in 32bit builds.
Reviewed-by: Zimmi48
| -rw-r--r-- | config/dune | 6 |
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)))) |
