aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMichael Soegtrop2018-08-06 11:41:44 +0200
committerMichael Soegtrop2018-08-06 11:41:44 +0200
commit4c639d8e97a35c87f24287ab1cd6825adc26fa08 (patch)
treef426d308b9384eb163302f87815964d66e34e7ce /dev
parent72c2d6089ac346435b888cc085b66f9c5b46be8c (diff)
parent6a800cd6cc90e87428569cd5c92268b815f39bbb (diff)
Merge PR #8073: Use GitHub as the location for OCaml sources.
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 da5ac2b15c..aee4dd74d8 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 http://caml.inria.fr/pub/distrib/ocaml-4.07 ocaml-4.07.0 tar.gz 1 ; then
+ if build_prep https://github.com/ocaml/ocaml/archive/4.07.0 ocaml-4.07.0 tar.gz 1 ; then
# See README.win32.adoc
cp config/m-nt.h byterun/caml/m.h
cp config/s-nt.h byterun/caml/s.h