[Android] Fix NDK v7c detection
Rafaël Carré
git at videolan.org
Fri Apr 13 21:05:14 CEST 2012
android | branch: master | Rafaël Carré <funman at videolan.org> | Fri Apr 13 15:04:25 2012 -0400| [9f3cd72764cb963922c6f7c35973594a1e063d4b] | committer: Rafaël Carré
Fix NDK v7c detection
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=9f3cd72764cb963922c6f7c35973594a1e063d4b
---
compile.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compile.sh b/compile.sh
index b0989d3..958a45d 100755
--- a/compile.sh
+++ b/compile.sh
@@ -27,7 +27,7 @@ fi
if [ -z "$NO_NDK_V7" ]; then
# try to detect NDK version
- REL=$(grep -iw "r7" $ANDROID_NDK/RELEASE.TXT)
+ REL=$(grep "r7" $ANDROID_NDK/RELEASE.TXT)
if [ -z $REL ]; then
export NO_NDK_V7=1
fi
More information about the Android
mailing list