From 070b6a965485e91b02453919e0a47c0659420d9a Mon Sep 17 00:00:00 2001 From: Frederik Wedel-Heinen Date: Fri, 14 Jun 2024 14:57:28 +0200 Subject: [PATCH] Allow shared iOS builds Fixes #24545 Reviewed-by: Todd Short Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24649) --- Configurations/15-ios.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/15-ios.conf b/Configurations/15-ios.conf index 478f30f47e7f1..6f33df381f7cd 100644 --- a/Configurations/15-ios.conf +++ b/Configurations/15-ios.conf @@ -11,7 +11,7 @@ my %targets = ( template => 1, inherit_from => [ "darwin-common" ], sys_id => "iOS", - disable => [ "shared", "async" ], + disable => [ "async" ], }, "ios-xcrun" => { inherit_from => [ "ios-common" ],