mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: accept 'Release' argument
This is mostly an artifact of how I build release packages. Otherwise this likely isn't important. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f57cbab824
commit
9f433aa759
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ while [[ $# -gt 0 ]] ; do
|
||||||
# only download the dependencies, don't build
|
# only download the dependencies, don't build
|
||||||
PREP_ONLY="1"
|
PREP_ONLY="1"
|
||||||
;;
|
;;
|
||||||
|
release|Release)
|
||||||
|
# simply pass through to build.sh
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown command line argument $arg"
|
echo "Unknown command line argument $arg"
|
||||||
echo "Usage: $0 [-prep-only]"
|
echo "Usage: $0 [-prep-only]"
|
||||||
|
|
Loading…
Add table
Reference in a new issue