From 406b9d08d56eae4893082d75e84f016f4619f66c Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 6 Apr 2025 13:14:56 +0800 Subject: fix framework and bundle links --- xmake/rules/xcode/framework/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/xcode/framework/xmake.lua') diff --git a/xmake/rules/xcode/framework/xmake.lua b/xmake/rules/xcode/framework/xmake.lua index 10b2f337f..46850c019 100644 --- a/xmake/rules/xcode/framework/xmake.lua +++ b/xmake/rules/xcode/framework/xmake.lua @@ -78,7 +78,7 @@ rule("xcode.framework") end end) - after_build(function (target, opt) + after_link(function (target, opt) -- imports import("core.base.option") -- cgit v1.3.1