mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 19:10:11 +01:00
fix local var name overloading when iterating build flavours
This commit is contained in:
parent
c15f02ed68
commit
0fda23ef80
@ -590,7 +590,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
|
||||
if flavours == ['yes']:
|
||||
flavours = []
|
||||
|
||||
flavours_cmd = ''.join([capitalize_intact(f) for f in flavours])
|
||||
flavours_cmd = ''.join([capitalize_intact(flav) for flav in flavours])
|
||||
|
||||
gradletasks += ['assemble' + flavours_cmd + 'Release']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user