self.error doesn't exit
This commit is contained in:
parent
b732490b2c
commit
cd439458c5
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ class TargetAndroid(Target):
|
|||
'Cannot package the app cause of the missing'
|
||||
' requirements in python-for-android: {0}'.format(
|
||||
missing_requirements))
|
||||
exit(1)
|
||||
|
||||
need_compile = 0
|
||||
if last_requirements != android_requirements:
|
||||
|
|
Loading…
Reference in a new issue