fix typos in compile_all.py (build of android app)

This commit is contained in:
Matthieu Gautier 2020-02-27 15:41:10 +01:00
parent 8cecb1c759
commit 56cbf4985c
1 changed files with 1 additions and 1 deletions

View File

@ -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,