Skip to content

Commit 7cd8e1d

Browse files
committed
Merge branch 'master' of github.com:kivy/python-for-android
2 parents d88fdc9 + ded86b5 commit 7cd8e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function push_arm() {
167167
# search compiler in the path, to fail now instead of later.
168168
CC=$(which $TOOLCHAIN_PREFIX-gcc)
169169
if [ "X$CC" == "X" ]; then
170-
error "Unable to found compiler ($TOOLCHAIN_PREFIX-gcc) !!"
170+
error "Unable to find compiler ($TOOLCHAIN_PREFIX-gcc) !!"
171171
error "1. Ensure that SDK/NDK paths are correct"
172172
error "2. Ensure that you've the Android API $ANDROIDAPI SDK Platform (via android tool)"
173173
exit 1

0 commit comments

Comments
 (0)