mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix a buildjni regression
This commit is contained in:
parent
aa4fec9ca1
commit
63d7cbee9f
2 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ def main():
|
|||
if options.subdir:
|
||||
build['subdir'] = options.subdir
|
||||
if os.path.exists(os.path.join(root_dir, 'jni')):
|
||||
build['buildjni'] = 'yes'
|
||||
build['buildjni'] = ['yes']
|
||||
app['builds'].append(build)
|
||||
|
||||
# Keep the repo directory to save bandwidth...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue