From ecadd4cade555905b102b17d6c9b6e67e9e3ea16 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 22 Jun 2025 22:20:13 +1000 Subject: [PATCH] Simplified code --- .github/workflows/wheels-dependencies.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 538c85181..739a73a8d 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -42,11 +42,10 @@ if [[ "$CIBW_PLATFORM" == "ios" ]]; then fi IOS_SDK_PATH=$(xcrun --sdk $IOS_SDK --show-sdk-path) + CMAKE_SYSTEM_NAME=iOS if [[ "$IOS_SDK" == "iphonesimulator" ]]; then - CMAKE_SYSTEM_NAME=iOS IOS_HOST_TRIPLE=$PLAT-apple-ios$IPHONEOS_DEPLOYMENT_TARGET-simulator else - CMAKE_SYSTEM_NAME=iOS IOS_HOST_TRIPLE=$PLAT-apple-ios$IPHONEOS_DEPLOYMENT_TARGET fi