fix typos in compile_all.py (build of android app)
This commit is contained in:
parent
8cecb1c759
commit
56cbf4985c
|
@ -444,7 +444,7 @@ for target in TARGETS:
|
|||
if target == 'kiwix-lib-app':
|
||||
extra_postfix = release_versions.get('kiwix-lib')
|
||||
if extra_postfix:
|
||||
env['KIWIXLIB_BUILDVERSION'] = extra_postfix
|
||||
environ['KIWIXLIB_BUILDVERSION'] = extra_postfix
|
||||
|
||||
run_kiwix_build(target,
|
||||
platform=PLATFORM,
|
||||
|
|
Loading…
Reference in New Issue