Download SDL prebuilt binaries from github

The server is faster than libsdl.org.
This commit is contained in:
Romain Vimont 2023-11-24 18:41:13 +01:00
parent 67f356f881
commit 2370298b61
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ then
exit 0 exit 0
fi fi
get_file "https://libsdl.org/release/$FILENAME" "$FILENAME" "$SHA256SUM" get_file "https://github.com/libsdl-org/SDL/releases/download/release-2.28.4/$FILENAME" "$FILENAME" "$SHA256SUM"
mkdir "$DEP_DIR" mkdir "$DEP_DIR"
cd "$DEP_DIR" cd "$DEP_DIR"