Also do the kiwix-lib release (for source publication)

This commit is contained in:
Matthieu Gautier 2020-07-02 15:38:10 +02:00
parent 7f39755ea0
commit 2d1e8d0202
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ elif PLATFORM_TARGET.startswith("native_"):
elif PLATFORM_TARGET == "native_mixed": elif PLATFORM_TARGET == "native_mixed":
TARGETS = ("libzim",) TARGETS = ("libzim",)
else: else:
TARGETS = ("zimwriterfs", "zim-tools", "kiwix-tools") TARGETS = ("zimwriterfs", "zim-tools", "kiwix-lib", "kiwix-tools")
elif PLATFORM_TARGET in ("win32_static", "armhf_static", "i586_static"): elif PLATFORM_TARGET in ("win32_static", "armhf_static", "i586_static"):
TARGETS = ("kiwix-tools",) TARGETS = ("kiwix-tools",)
elif PLATFORM_TARGET == "flatpak": elif PLATFORM_TARGET == "flatpak":