mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
[CI] Do not build zim-tools on macOS cross-compilation target.
We still build zim-tools on macOs with native build.
This commit is contained in:
2
.github/scripts/build_projects.py
vendored
2
.github/scripts/build_projects.py
vendored
@ -14,7 +14,7 @@ from common import (
|
|||||||
|
|
||||||
if PLATFORM_TARGET.startswith("android_"):
|
if PLATFORM_TARGET.startswith("android_"):
|
||||||
TARGETS = ("libkiwix",)
|
TARGETS = ("libkiwix",)
|
||||||
elif PLATFORM_TARGET.startswith("iOS"):
|
elif PLATFORM_TARGET.startswith("iOS") or PLATFORM_TARGET.startswith("macOS"):
|
||||||
TARGETS = ("libzim", "libkiwix")
|
TARGETS = ("libzim", "libkiwix")
|
||||||
elif PLATFORM_TARGET.startswith("native_"):
|
elif PLATFORM_TARGET.startswith("native_"):
|
||||||
if OS_NAME == "osx":
|
if OS_NAME == "osx":
|
||||||
|
Reference in New Issue
Block a user