mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
no-autogen
is already default to false.
We don't need to add it by default.
This commit is contained in:
@ -138,7 +138,8 @@ class FlatpakBuilder:
|
||||
module['name'] = stepDef[1]
|
||||
if stepDef[0] == 'source':
|
||||
source = get_target_step(stepDef)
|
||||
module['no-autogen'] = getattr(source, 'flatpack_no_autogen', False)
|
||||
if getattr(source, 'flatpak_no_autogen', False):
|
||||
module['no-autogen'] = True
|
||||
module_sources = module.setdefault('sources', [])
|
||||
if isinstance(source, ReleaseDownload):
|
||||
src = {
|
||||
|
Reference in New Issue
Block a user