From f75224a8435d0eb9cdda79f8bc571eeef25a8e33 Mon Sep 17 00:00:00 2001 From: wtz Date: Wed, 19 Jul 2023 12:35:52 +0800 Subject: Fix grammar --- xmake/rules/xcode/application/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/xcode/application/xmake.lua') diff --git a/xmake/rules/xcode/application/xmake.lua b/xmake/rules/xcode/application/xmake.lua index d328262c0..b4969b3df 100644 --- a/xmake/rules/xcode/application/xmake.lua +++ b/xmake/rules/xcode/application/xmake.lua @@ -27,7 +27,7 @@ rule("xcode.application") -- we must set kind before target.on_load(), may we will use target in on_load() on_load("load") - -- depend xcode.framework? we need disable `build.across_targets_in_parallel` policy + -- depend xcode.framework? we need to disable `build.across_targets_in_parallel` policy after_load(function (target) local across_targets_in_parallel for _, dep in ipairs(target:orderdeps()) do -- cgit v1.3.1