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)
This commit is contained in:
parent
3f4da93678
commit
070b6a9654
1 changed files with 1 additions and 1 deletions
|
@ -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" ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue