mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
android-build: Stop installing ant, we're using grade
Since about a year ago qt-android-cmake shifted to using gradle instead of ant, and the android sdk's stopped supporting ant to. Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
05e6c2dfaa
commit
75205240df
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ fi
|
|||
|
||||
# make sure we have the required commands installed
|
||||
MISSING=
|
||||
for i in git cmake autoconf libtool java ant wget unzip; do
|
||||
for i in git cmake autoconf libtool java wget unzip; do
|
||||
command -v $i >/dev/null ||
|
||||
if [ $i = libtool ] ; then
|
||||
MISSING="${MISSING}libtool-bin "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue