Add mirror for downloading RECOIL
sourceforge.net is not reliable
This commit is contained in:
parent
9ff06cbdef
commit
f459b83cee
3
3rdparty/Makefile
vendored
3
3rdparty/Makefile
vendored
@ -32,6 +32,7 @@ RECOILVER=4.2.0
|
||||
RECOIL=recoil-$(RECOILVER)
|
||||
RECOILARCH=$(RECOIL).tar.gz
|
||||
RECOILURL=https://sourceforge.net/projects/recoil/files/recoil/$(RECOILVER)/$(RECOILARCH)
|
||||
RECOILURLALT=http://nanard.free.fr/grafx2/$(RECOILARCH)
|
||||
|
||||
PREFIX = $(PWD)/usr
|
||||
|
||||
@ -245,4 +246,4 @@ archives/$(LUAARCH):
|
||||
|
||||
archives/$(RECOILARCH):
|
||||
@$(MKDIR) $(@D)
|
||||
cd $(@D) && $(GETURL) $(RECOILURL)
|
||||
cd $(@D) && ( $(GETURL) $(RECOILURL) || $(GETURL) $(RECOILURLALT) )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user