Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
我换了个方式写,算是达到目的了: after_build(function(target)
local fucname = function(targetname)
print("hello " .. targetname)
end
fucname(target:name())
end) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我尝试直接将公共函数写在最外层,但是调用的时候提示找不到:
Beta Was this translation helpful? Give feedback.
All reactions