aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorThéo Zimmermann2018-08-23 10:40:50 +0200
committerThéo Zimmermann2018-08-23 10:40:50 +0200
commitc0f74e3f967f0cc20709100091ee1a01e145f1cf (patch)
tree467006e3580543b4645ef933964e1cae979f3c64 /dev
parenta62ab4903d61b9a3c2e8725ee0e6354c0a073348 (diff)
parent4a30dfc33a4b1e4859e3511d0b8c5d5e8e23c939 (diff)
Merge PR #8300: Fix issue #8298 OCaml 4.07 download path is incorrect
Diffstat (limited to 'dev')
-rw-r--r--dev/build/windows/makecoq_mingw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index aee4dd74d8..521dfe2a3f 100644
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -793,7 +793,7 @@ function make_ln {
function make_ocaml {
get_flex_dll_link_bin
- if build_prep https://github.com/ocaml/ocaml/archive/4.07.0 ocaml-4.07.0 tar.gz 1 ; then
+ if build_prep https://github.com/ocaml/ocaml/archive 4.07.0 tar.gz 1 ocaml-4.07.0 ; then
# See README.win32.adoc
cp config/m-nt.h byterun/caml/m.h
cp config/s-nt.h byterun/caml/s.h