Build kiwix-tools on macos (native)

This commit is contained in:
Matthieu Gautier 2023-04-27 19:02:23 +02:00
parent 826ce1718d
commit ab14ce957b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def select_build_target():
if PLATFORM_TARGET.endswith("_mixed"):
return ("libzim", "libkiwix")
else:
return ("zim-tools", )
return ("zim-tools", "kiwix-tools")
else:
if DESKTOP:
return ("kiwix-desktop",)