Merge pull request #1931 from eht16/issue1930_fix_gtk3_bundle_download

Update link to GTK+3 bundle for test builds to self-hosted version
This commit is contained in:
Colomban Wendling 2018-09-21 11:16:26 +02:00
commit c415d1d19d

View File

@ -16,7 +16,7 @@
# You may change those
HOST=i686-w64-mingw32
GTK2_BUNDLE_ZIP="http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip"
GTK3_BUNDLE_ZIP="http://win32builder.gnome.org/gtk+-bundle_3.8.2-20131001_win32.zip"
GTK3_BUNDLE_ZIP="https://download.geany.org/contrib/gtk/gtk+-bundle_3.8.2-20131001_win32.zip"
BUILDDIR=_build-cross-mingw
GTK3=no
CONFIGUREFLAGS="--enable-nls"