Replies: 2 comments 4 replies
-
更新到 dev 再试试 xmake update -s dev |
Beta Was this translation helpful? Give feedback.
3 replies
-
在更新下试试 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
使用xmake调用的命令可以正常执行,编译也可以通过,。但生成的cmake会报错,应该是没转义
\
,手动换成\\
或/
可以编译。这个问题是正常的吗?如果我想生成cmake是要额外处理路径吗?
xmake: 2.6.4
cmake: 3.22.3
复现
main.c
readme.md
xmake.lua
生成的CMakeLists.txt
cmake 报错
Beta Was this translation helpful? Give feedback.
All reactions