From 00917acd36f0ac8cc370c290f0c629bd715eb4a0 Mon Sep 17 00:00:00 2001 From: cyjseagull Date: Wed, 17 Jan 2024 22:07:43 +0800 Subject: [PATCH] fix ios compile error (#6) --- Configurations/15-ios.conf | 2 +- Configure | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Configure diff --git a/Configurations/15-ios.conf b/Configurations/15-ios.conf index 1bb9f48d..7891e43d 100644 --- a/Configurations/15-ios.conf +++ b/Configurations/15-ios.conf @@ -10,7 +10,7 @@ my %targets = ( template => 1, inherit_from => [ "darwin-common" ], sys_id => "iOS", - disable => [ "engine", "async" ], + disable => ["async" ], }, "ios-xcrun" => { inherit_from => [ "ios-common", asm("armv4_asm") ], diff --git a/Configure b/Configure old mode 100644 new mode 100755