mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 03:47:10 -04:00
Build kiwix-tools on macos (native)
This commit is contained in:
parent
826ce1718d
commit
ab14ce957b
2
.github/scripts/build_projects.py
vendored
2
.github/scripts/build_projects.py
vendored
@ -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…
x
Reference in New Issue
Block a user