diff options
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" ], |