Skip to content

Commit ef424db

Browse files
committed
Made distribute.sh even more explicit
1 parent 190f385 commit ef424db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

distribute.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
cat <<EOF
1212
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1313
14-
### ERROR ###
14+
PYTHON-FOR-ANDROID ERROR! SEE BELOW FOR SOLUTION:
15+
1516
You are trying to run an old version of python-for-android via
1617
distribute.sh. However, python-for-android has been rewritten and no
1718
longer supports the distribute.sh interface.
@@ -30,3 +31,5 @@ https://github.com/kivy/python-for-android/tree/old_toolchain .
3031
3132
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3233
EOF
34+
35+
exit 1

0 commit comments

Comments
 (0)