Skip to content

Commit

Permalink
Add new swanstation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Aug 1, 2021
1 parent 9606db9 commit 0eb2dd8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ ludo.exe:

cores/%_libretro.dylib cores/%_libretro.dll cores/%_libretro.so:
mkdir -p cores
wget -c $(BUILDBOTURL)/$(@F).zip -O $@.zip
@if [ $(basename $(@F)) = swanstation_libretro ]; then\
wget -c https://github.com/kivutar/swanstation/releases/download/v2021-08-01/swanstation-$(OS)-$(ARCH).zip -O $@.zip;\
else\
wget -c $(BUILDBOTURL)/$(@F).zip -O $@.zip;\
fi
unzip $@.zip -d cores
rm $@.zip

Expand Down

0 comments on commit 0eb2dd8

Please sign in to comment.