mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-20 10:18:13 +00:00
Fixed tarball name in Raspberry Pi build script.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
# build against it, and sdl2-config should work correctly on the
|
||||
# actual device.
|
||||
|
||||
TARBALL=sdl2-raspberrypi-`hg tip --template '{rev}'`.tar.bz2
|
||||
TARBALL=sdl-raspberrypi-`hg tip --template '{rev}'`.tar.bz2
|
||||
|
||||
OSTYPE=`uname -s`
|
||||
if [ "$OSTYPE" != "Linux" ]; then
|
||||
|
Reference in New Issue
Block a user