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':
|
if target == 'kiwix-lib-app':
|
||||||
extra_postfix = release_versions.get('kiwix-lib')
|
extra_postfix = release_versions.get('kiwix-lib')
|
||||||
if extra_postfix:
|
if extra_postfix:
|
||||||
env['KIWIXLIB_BUILDVERSION'] = extra_postfix
|
environ['KIWIXLIB_BUILDVERSION'] = extra_postfix
|
||||||
|
|
||||||
run_kiwix_build(target,
|
run_kiwix_build(target,
|
||||||
platform=PLATFORM,
|
platform=PLATFORM,
|
||||||
|
|
Loading…
Reference in New Issue