From 3f37ca6d520be809ea2b41433e7f2a95a8c2d5fd Mon Sep 17 00:00:00 2001 From: Toni Bagur Date: Sat, 13 Jul 2013 11:17:39 +0200 Subject: [PATCH] Modifying the main build script in order to include the jpeg and pil building processes modified: build-all.sh --- tools/build-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build-all.sh b/tools/build-all.sh index d9fbe10..e3f353d 100755 --- a/tools/build-all.sh +++ b/tools/build-all.sh @@ -9,6 +9,8 @@ try $(dirname $0)/build-sdl.sh try $(dirname $0)/build-freetype.sh try $(dirname $0)/build-sdlttf.sh try $(dirname $0)/build-sdlmixer.sh +try $(dirname $0)/build-libjpeg.sh +try $(dirname $0)/build-pil.sh try $(dirname $0)/build-kivy.sh echo '== Build done'