mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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
|
||||
PREP_ONLY="1"
|
||||
;;
|
||||
release|Release)
|
||||
# simply pass through to build.sh
|
||||
;;
|
||||
*)
|
||||
echo "Unknown command line argument $arg"
|
||||
echo "Usage: $0 [-prep-only]"
|
||||
|
|
Loading…
Reference in a new issue