From 61fea2a807d13301d8cdeed35ebb5d09c31ad2b0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 21 Jun 2014 11:16:26 -0700 Subject: [PATCH] Removed references to Raspberry Pi --- build-scripts/nacl-buildbot.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build-scripts/nacl-buildbot.sh b/build-scripts/nacl-buildbot.sh index af81e678b4434..a72333bb78a47 100755 --- a/build-scripts/nacl-buildbot.sh +++ b/build-scripts/nacl-buildbot.sh @@ -3,13 +3,6 @@ # This is the script buildbot.libsdl.org uses to cross-compile SDL2 from # amd64 Linux to NaCl. -# The final tarball can be unpacked in the root directory of a RPi, -# so the SDL2 install lands in /usr/local. Run ldconfig, and then -# you should be able to build and run SDL2-based software on your -# Pi. Standard configure scripts should be able to find SDL and -# build against it, and sdl2-config should work correctly on the -# actual device. - export NACL_SDK_ROOT="/nacl_sdk/pepper_35" TARBALL="$1" @@ -50,7 +43,7 @@ export RANLIB="$NACL_SDK_ROOT/toolchain/linux_pnacl/bin/pnacl-ranlib" ../configure --host=pnacl --prefix=$PWD/nacl-sdl2-installed $MAKE $MAKE install -# Fix up a few things to a real install path on a real Raspberry Pi... +# Fix up a few things to a real install path perl -w -pi -e "s#$PWD/nacl-sdl2-installed#/usr/local#g;" ./nacl-sdl2-installed/lib/libSDL2.la ./nacl-sdl2-installed/lib/pkgconfig/sdl2.pc ./nacl-sdl2-installed/bin/sdl2-config mkdir -p ./usr mv ./nacl-sdl2-installed ./usr/local