Do not build libzim and libkiwix on macos arm64 static.

We should build them using mixed target only.
This commit is contained in:
Matthieu Gautier 2023-06-12 14:46:06 +02:00
parent d6a2901ff8
commit 0f75a42498
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ BUILD_DEF = """
| macos | iOS_arm64 | dB | B | | | |
| macos | iOS_x86_64 | dB | B | | | |
| macos | iOS_Mac_ABI | B | B | | | |
| macos | macOS_arm64_static | B | B | | | |
| macos | macOS_arm64_static | | | | | |
| macos | macOS_arm64_mixed | B | B | | | |
| macos | macOS_x86_64 | B | B | | | |
----------------------------------------------------------------------------------------------