Skip to content

Commit

Permalink
Merge pull request #2017 from eht16/use_own_mirror_for_gtk_bundle
Browse files Browse the repository at this point in the history
Update link to GTK+2 bundle for test builds to self-hosted version
  • Loading branch information
eht16 committed Dec 16, 2018
2 parents 560e559 + f408593 commit 72bb3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cross-build-mingw.sh
Expand Up @@ -15,7 +15,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"
GTK2_BUNDLE_ZIP="https://download.geany.org/contrib/gtk/gtk+-bundle_2.24.10-20120208_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
Expand Down

0 comments on commit 72bb3fc

Please sign in to comment.