summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/framework/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-14 00:47:07 +0800
committerruki <[email protected]>2021-09-14 00:47:07 +0800
commit3abbb1c004c0c56bf34c9155098e1844e0483581 (patch)
treea8a19e4b771eb4fff452f43e794b5c7218eea8b5 /xmake/rules/xcode/framework/xmake.lua
parent8c8030ba48cda0c12ed7934b6dd4ffff5b191a33 (diff)
remove before_load
Diffstat (limited to 'xmake/rules/xcode/framework/xmake.lua')
-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 b112dcaf1..6b46b3c97 100644
--- a/xmake/rules/xcode/framework/xmake.lua
+++ b/xmake/rules/xcode/framework/xmake.lua
@@ -25,7 +25,7 @@ rule("xcode.framework")
add_deps("xcode.info_plist")
-- we must set kind before target.on_load(), may we will use target in on_load()
- before_load(function (target)
+ on_load(function (target)
-- get framework directory
local targetdir = target:targetdir()