Set KIWIXLIB_BUILDVERSION to generate the pom with the correct version.

This commit is contained in:
Matthieu Gautier 2019-09-04 11:15:08 +02:00
parent a7d15bbdb1
commit 563bd28197
1 changed files with 5 additions and 0 deletions

View File

@ -428,6 +428,11 @@ for target in TARGETS:
build_deps_only=True)
make_deps_archive(target=target)
if target == 'kiwix-lib-app':
extra_postfix = release_versions.get('kiwix-lib')
if extra_postfix:
env['KIWIXLIB_BUILDVERSION'] = extra_postfix
run_kiwix_build(target,
platform=PLATFORM,
make_release=make_release)