author | Xeli |
Sat, 08 Oct 2011 14:52:16 +0200 | |
branch | hedgeroid |
changeset 6037 | 8cdc7bc3e38c |
parent 6035 | bdd0528ee8a6 |
child 6039 | d75329716a02 |
project_files/Android-build/Templates/complete_build.sh | file | annotate | diff | comparison | revisions |
--- 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"