diff options
| author | Théo Zimmermann | 2019-08-22 18:24:15 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-08-22 18:24:15 +0200 |
| commit | edd7519b6e1af6d62194f9f3dcc938534b86d036 (patch) | |
| tree | 2742926e3c75a71316219ea29bae6cc51fd7b289 /dev/build | |
| parent | 41d7105708dbd4a3066a1a92d69ad2547e51ee76 (diff) | |
| parent | 1c34e2244e77a0759bf7a5b6925643de8fe133b5 (diff) | |
Merge PR #10515: [dune] Move to Dune 1.10, use coq.pp directive.
Reviewed-by: Zimmi48
Reviewed-by: vbgl
Diffstat (limited to 'dev/build')
| -rwxr-xr-x | dev/build/windows/makecoq_mingw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh index 0c8213b8f5..78c0b4b2c7 100755 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1132,7 +1132,7 @@ function make_findlib { function make_dune { make_ocaml - if build_prep https://github.com/ocaml/dune/archive/ 1.6.3 tar.gz 1 dune-1.6.3 ; then + if build_prep https://github.com/ocaml/dune/archive/ 1.10.0 tar.gz 1 dune-1.10.0 ; then log2 make release log2 make install |
