forked from organicmaps/organicmaps
[build] Exit with 0 code when build is successful
This commit is contained in:
parent
2f2ffe130a
commit
e12df1892d
1 changed files with 1 additions and 0 deletions
|
@ -155,3 +155,4 @@ build()
|
|||
[ -n "$OPT_DEBUG" ] && build debug
|
||||
[ -n "$OPT_RELEASE" ] && build release
|
||||
[ -n "$OPT_OSRM" -a -z "$OPT_DEBUG$OPT_RELEASE" ] && build_osrm release
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue