From 1a48bb509b7136eae223d956bea8e0c7eaa9c4f7 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 20 Nov 2023 14:08:28 +0100 Subject: [PATCH] =?UTF-8?q?Publish=20CI=C2=A0libkiwix's=20dependencies=20f?= =?UTF-8?q?or=20iOS=20cross-compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See kiwix/libkiwix#1018 --- .github/scripts/build_definition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/build_definition.py b/.github/scripts/build_definition.py index a7cf0f0..e185de2 100644 --- a/.github/scripts/build_definition.py +++ b/.github/scripts/build_definition.py @@ -25,8 +25,8 @@ BUILD_DEF = """ | macos | native_dyn | d | d | dB | B | | | | macos | native_static | | | BP | BP | | macos-x86_64 | | macos | native_mixed | BP | BP | | | | macos-x86_64 | - | macos | iOS_arm64 | dB | B | | | | | - | macos | iOS_x86_64 | dB | B | | | | | + | macos | iOS_arm64 | dB | dB | | | | | + | macos | iOS_x86_64 | dB | dB | | | | | | macos | macOS_arm64_static | | | BP | BP | | macos-arm64 | | macos | macOS_arm64_mixed | BP | BP | | | | macos-arm64 | | macos | macOS_x86_64 | B | B | | | | |