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.
1 parent bc4a45c commit ded86b5Copy full SHA for ded86b5
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