mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
android-wrapper: Add wget as prerequisite
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
82c972574b
commit
2b89d9ead0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fi
|
|||
|
||||
# make sure we have the required commands installed
|
||||
MISSING=""
|
||||
for i in git cmake autoconf libtool java ant; do
|
||||
for i in git cmake autoconf libtool java ant wget; do
|
||||
which $i > /dev/null 2>&1 ||
|
||||
if [ "$i" = "libtool" ] ; then
|
||||
MISSING="${MISSING}libtool-bin "
|
||||
|
|
Loading…
Add table
Reference in a new issue