Build kiwix-tools on macos (native)
This commit is contained in:
parent
826ce1718d
commit
ab14ce957b
|
@ -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",)
|
||||
|
|
Loading…
Reference in New Issue