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"):
|
if PLATFORM_TARGET.endswith("_mixed"):
|
||||||
return ("libzim", "libkiwix")
|
return ("libzim", "libkiwix")
|
||||||
else:
|
else:
|
||||||
return ("zim-tools", )
|
return ("zim-tools", "kiwix-tools")
|
||||||
else:
|
else:
|
||||||
if DESKTOP:
|
if DESKTOP:
|
||||||
return ("kiwix-desktop",)
|
return ("kiwix-desktop",)
|
||||||
|
|
Loading…
Reference in New Issue