Replies: 2 comments 3 replies
-
xmake v2.8.2+HEAD.57212c6 |
Beta Was this translation helpful? Give feedback.
3 replies
-
除非要整个重写 target 构建,我自己都不用,看下现有提供的 rules ,建议使用 buildcmd_file |
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.
-
不知道源文件中是否存在用例,搜索没有找到相关内容。
找到一个
on_build("build.target")
,但是根本无从下手。在 on_build 中,我可以通过 compiler.compile 编译文件
但是提示
unknown source kind!
编译出来的 .o xmake 会接管吗?还是需要自己编写 on_link?
Beta Was this translation helpful? Give feedback.
All reactions