8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d88fdc9 + ded86b5 commit 7cd8e1dCopy full SHA for 7cd8e1d
distribute.sh
@@ -167,7 +167,7 @@ function push_arm() {
167
# search compiler in the path, to fail now instead of later.
168
CC=$(which $TOOLCHAIN_PREFIX-gcc)
169
if [ "X$CC" == "X" ]; then
170
- error "Unable to found compiler ($TOOLCHAIN_PREFIX-gcc) !!"
+ error "Unable to find compiler ($TOOLCHAIN_PREFIX-gcc) !!"
171
error "1. Ensure that SDK/NDK paths are correct"
172
error "2. Ensure that you've the Android API $ANDROIDAPI SDK Platform (via android tool)"
173
exit 1
0 commit comments