如何将xmake config -v 的信息写入指定文件 #6578
Unanswered
MacroModel
asked this question in
Q&A
Replies: 1 comment
-
不要这么搞,build 阶段内部会加 file lock(所以会卡住,故意的),避免其他 xmake 配置构建进程,否则会改乱内部缓存 导致状态不一致。 |
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.
-
如果在before_build时进行osrun("xmake config -v")会导致不断创建进程死循环,怎么样才能把xmake config -v的信息写入指定txt
Beta Was this translation helpful? Give feedback.
All reactions