aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEnrico Tassi2018-03-15 15:28:08 +0100
committerEnrico Tassi2018-03-15 16:22:50 +0100
commitd3b248bdf8a972d910b6de70b1dec3b9b9d64076 (patch)
tree4186487c70ccd81deaebb59f7b0b9021e35ce62c /dev
parentfc7d5f49ec7aab1454cb0df10ea244af745b696d (diff)
[win] update bignums to tag V8.8+beta1
Diffstat (limited to 'dev')
-rw-r--r--dev/build/windows/makecoq_mingw.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index bea30b1a72..8c8c0d8be9 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