Replies: 2 comments
-
是你在 before_build 阶段后期创建的,有这个warning 正常,你提前创建好这个目录 就不会报了。。或者在 on_load 阶段就创建好 |
Beta Was this translation helpful? Give feedback.
0 replies
-
非常感谢! |
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.
-
https://github.com/sogou/workflow/blob/49709891eb6e9edaab9df4b81b9072ce0a2f6b53/src/xmake.lua#L24
我在before_build中,会先将头文件拷贝到
_include
文件夹中https://github.com/sogou/workflow/blob/49709891eb6e9edaab9df4b81b9072ce0a2f6b53/xmake.lua#L72
我将这个
_include
文件夹设置为includedirs
编译偶尔会出现这个warning,但是不影响编译,请问下大佬怎么解决这个warning🙏
Beta Was this translation helpful? Give feedback.
All reactions