# HG changeset patch # User Xeli # Date 1318078336 -7200 # Node ID 8cdc7bc3e38c9b5e92c6e6412989128883382bd4 # Parent bdd0528ee8a67da2f0bc8cfe5bd7d02adec78c29 Allow for multicore compiling on quadcores, everyone has one right? :P It has perfomance benifits on single cores too so it's all good =) diff -r bdd0528ee8a6 -r 8cdc7bc3e38c project_files/Android-build/Templates/complete_build.sh --- a/project_files/Android-build/Templates/complete_build.sh Fri Oct 07 14:17:07 2011 +0200 +++ b/project_files/Android-build/Templates/complete_build.sh Sat Oct 08 14:52:16 2011 +0200 @@ -2,7 +2,7 @@ cd SDL-android-project -${ANDROID_NDK}/ndk-build +${ANDROID_NDK}/ndk-build -j 8 if [ $? -ne 0 ] then echo "Failed to execute ${ANDROID_NDK}/ndk-build"