Disable rebase on Cygwin 64 in Inria's CI

We do not perform the rebase which is not necessary when building
shared libraries.
master
Sébastien Hinderer 2019-02-13 16:24:34 +01:00
parent e0a11fe2e3
commit 652cc148a9
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ case "${OCAML_ARCH}" in
cygwin64)
cleanup=true
check_make_alldepend=true
dorebase=true
dorebase=false
confoptions="$confoptions --disable-shared "
;;
mingw)