aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEnrico Tassi2020-04-06 09:53:41 +0200
committerEnrico Tassi2020-05-07 14:02:53 +0200
commit9c111b3ed2dd16b86cc8e187b5e35ebdd482668f (patch)
tree10b9e1c2d4335c29fe7138cec922f0c97ba7a775 /dev
parent18a78b53f6998d3af8f8bb1b7a6b5054af232d4e (diff)
[win] Coq trunk is now called master
The old script was still working but downloading an old version, probably there is a git ref called trunk somewhere
Diffstat (limited to 'dev')
-rwxr-xr-xdev/build/windows/MakeCoq_master_installer.bat (renamed from dev/build/windows/MakeCoq_trunk_installer.bat)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/MakeCoq_trunk_installer.bat b/dev/build/windows/MakeCoq_master_installer.bat
index f4f5827328..72640d5d79 100755
--- a/dev/build/windows/MakeCoq_trunk_installer.bat
+++ b/dev/build/windows/MakeCoq_master_installer.bat
@@ -16,7 +16,7 @@ call MakeCoq_SetRootPath
call MakeCoq_MinGW.bat ^
-arch=64 ^
-installer=Y ^
- -coqver=git-trunk ^
+ -coqver=git-master ^
-destcyg="%ROOTPATH%\cygwin_coq64_trunk_inst" ^
-destcoq="%ROOTPATH%\coq64_trunk_inst"