Skip to content

Commit

Permalink
Download SDL prebuilt binaries from github
Browse files Browse the repository at this point in the history
The server is faster than libsdl.org.
  • Loading branch information
rom1v committed Nov 25, 2023
1 parent 67f356f commit 2370298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/prebuilt-deps/prepare-sdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
exit 0
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"
cd "$DEP_DIR"
Expand Down

0 comments on commit 2370298

Please sign in to comment.