diff options
author | Frederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk> | 2024-06-14 14:57:28 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-07-04 09:29:12 +0200 |
commit | 070b6a965485e91b02453919e0a47c0659420d9a (patch) | |
tree | 4576919d34aea0dfd0724947bcb41f47d6d0544f /Configurations | |
parent | Unlock only when lock was successful (diff) | |
download | openssl-070b6a965485e91b02453919e0a47c0659420d9a.tar.xz openssl-070b6a965485e91b02453919e0a47c0659420d9a.zip |
Allow shared iOS builds
Fixes #24545
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24649)
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/15-ios.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/15-ios.conf b/Configurations/15-ios.conf index 478f30f47e..6f33df381f 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" ], |