diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,9 +21,8 @@ SOURCEFORGE_MIRROR := downloads.sourceforge.net MXE_MIRROR := https://mirror.mxe.cc/pkg PKG_MIRROR := https://s3.amazonaws.com/mxe-pkg PKG_CDN := http://d1yihgixbnrglp.cloudfront.net -GITLAB_BACKUP := https://gitlab.com/starius/mxe-backup2/raw/master # reorder as required, ensuring final one is a http fallback -MIRROR_SITES := GITLAB_BACKUP MXE_MIRROR PKG_MIRROR PKG_CDN +MIRROR_SITES := MXE_MIRROR PKG_MIRROR PKG_CDN PWD := $(shell pwd) SHELL := bash |