diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2018-03-15 15:28:08 +0100 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2018-03-15 16:22:50 +0100 |
commit | d3b248bdf8a972d910b6de70b1dec3b9b9d64076 (patch) | |
tree | 4186487c70ccd81deaebb59f7b0b9021e35ce62c /dev/build | |
parent | fc7d5f49ec7aab1454cb0df10ea244af745b696d (diff) |
[win] update bignums to tag V8.8+beta1
Diffstat (limited to 'dev/build')
-rw-r--r-- | dev/build/windows/makecoq_mingw.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh index bea30b1a7..8c8c0d8be 100644 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1334,9 +1334,8 @@ function make_coq_installer { } ###################### ADDONS ##################### - function make_addon_bignums { - if build_prep https://github.com/coq/bignums/archive/ master zip 1 bignums-8.8.0; then + if build_prep https://github.com/coq/bignums/archive/ V8.8+beta1 zip 1; then # To make command lines shorter :-( echo 'COQ_SRC_SUBDIRS:=$(filter-out plugins/%,$(COQ_SRC_SUBDIRS)) plugins/syntax' >> Makefile.coq.local logn make make all |