Skip to content

Commit

Permalink
fix ios compile error (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Jan 17, 2024
1 parent 6c0da9d commit 00917ac
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -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") ],
Expand Down
Empty file modified Configure
100644 → 100755
Empty file.

0 comments on commit 00917ac

Please sign in to comment.