summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/framework
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-06 13:14:56 +0800
committerruki <[email protected]>2025-04-08 15:31:57 +0800
commit406b9d08d56eae4893082d75e84f016f4619f66c (patch)
treeb1ac9bfbf46dcc8afe9abd7abd16dd7535e2f8c1 /xmake/rules/xcode/framework
parent365603a10bc127abb5f7c94b67959b2665745c72 (diff)
fix framework and bundle links
Diffstat (limited to 'xmake/rules/xcode/framework')
-rw-r--r--xmake/rules/xcode/framework/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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")