From 46be48730333120a7b939116cef075e61c12c703 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 4 Jun 2009 16:07:01 +0200 Subject: Add our modified SDL sources under distrib/sdl-1.2.12 Fix distrib/make-distrib.sh script to work with git Fix distrib/build-emulator.sh to accomodate for new SDL configure script Handle Tiger SDK usage in SDL configure script --- android-rebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'android-rebuild.sh') diff --git a/android-rebuild.sh b/android-rebuild.sh index d488f69..136ccc9 100755 --- a/android-rebuild.sh +++ b/android-rebuild.sh @@ -8,5 +8,6 @@ cd `dirname $0` ./android-configure.sh $* && \ +make clean && \ make -j4 && \ echo "Done. !!" -- cgit v1.1