Skip to content

Commit

Permalink
Allow shared iOS builds
Browse files Browse the repository at this point in the history
Fixes openssl#24545

Reviewed-by: Todd Short <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#24649)
  • Loading branch information
fwh-dc authored and t8m committed Jul 4, 2024
1 parent 3f4da93 commit 070b6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations/15-ios.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 070b6a9

Please sign in to comment.