Henrik Grimler
6 years ago
committed by
Leonid Plyushch
3 changed files with 9 additions and 8 deletions
@ -0,0 +1,8 @@ |
|||
termux_error_exit() { |
|||
echo "ERROR: $*" 1>&2 |
|||
exit 1 |
|||
} |
|||
|
|||
if [ "$(uname -o)" = Android ]; then |
|||
termux_error_exit "On-device builds are not supported - see README.md" |
|||
fi |
Loading…
Reference in new issue