mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
Download SDL prebuilt binaries from github
The server is faster than libsdl.org.
This commit is contained in:
parent
67f356f881
commit
2370298b61
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue