Fix default update= on ant builds

This commit is contained in:
Daniel Martí 2015-12-02 20:16:25 +01:00
parent bf8518ee8f
commit a566ee4475
2 changed files with 2 additions and 2 deletions

View file

@ -312,7 +312,7 @@ class Build():
for f in ['maven', 'gradle', 'kivy']:
if self.get_flag(f):
return f
if build.output:
if self.output:
return 'raw'
return 'ant'