如何在xmake的自定义脚本中使用缓存机制? #3911
Answered
by
star-hengxing
jingkaimori
asked this question in
Q&A
-
现有以下在配置阶段生成cpp文件的lua脚本:
如何利用xmake的缓存机制,检查对应的lua脚本是否发生变化,从而更新生成的cpp文件? |
Beta Was this translation helpful? Give feedback.
Answered by
star-hengxing
Jul 2, 2023
Replies: 1 comment
-
用 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jingkaimori
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
用
depend.on_changed
参考