mirror of https://github.com/encounter/SDL.git
raspberrypi-buildbot.sh: Fix output directory.
This commit is contained in:
parent
9db4e6ed35
commit
e11a665cd6
|
@ -28,7 +28,7 @@ if [ "x$MAKE" == "x" ]; then
|
|||
MAKE="make -j$NCPU"
|
||||
fi
|
||||
|
||||
BUILDBOTDIR="raspberrypi-buildbot"
|
||||
BUILDBOTDIR="buildbot"
|
||||
PARENTDIR="$PWD"
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue