diff options
| author | Michael Soegtrop | 2018-12-12 15:19:46 +0100 |
|---|---|---|
| committer | Michael Soegtrop | 2018-12-12 15:19:46 +0100 |
| commit | 9b091f105eac115ca4ab01dac7c75bc2504a0032 (patch) | |
| tree | 4188221f07891cf64a22bb250d311bfab2a9d799 /dev/build | |
| parent | dfd4c4a2b50edf894a19cd50c43517e1804eadc9 (diff) | |
Fix issue #9176 : Windows: change cygwin repo
Diffstat (limited to 'dev/build')
| -rwxr-xr-x | dev/build/windows/MakeCoq_MinGW.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/MakeCoq_MinGW.bat b/dev/build/windows/MakeCoq_MinGW.bat index 33feeed45c..8489bcfc3a 100755 --- a/dev/build/windows/MakeCoq_MinGW.bat +++ b/dev/build/windows/MakeCoq_MinGW.bat @@ -55,7 +55,7 @@ IF DEFINED HTTP_PROXY ( )
REM see -cygrepo in ReadMe.txt
-SET CYGWIN_REPOSITORY=http://ftp.inf.tu-dresden.de/software/windows/cygwin32
+SET CYGWIN_REPOSITORY=http://mirror.easyname.at/cygwin
REM see -cygcache in ReadMe.txt
SET CYGWIN_LOCAL_CACHE_WFMT=%BATCHDIR%cygwin_cache
|
