Replies: 1 comment 1 reply
-
不同阶段 解析 option/target/.. 域,还得判断 has_config 等状态,解析不同配置,每次解析依赖 lua 加载,这个目前只能这样,所以描述域不要做复杂脚本逻辑 |
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.
-
主页这张图该更新了吧?现在find_package接口已经废弃,应该改成add_extsources/on_fetch/on_install。另外建议加一个xmake构建过程的时序图,on_check/on_config/on_load/on_build/on_link/on_install接口太多,容易分不清各个过程在哪个阶段,然后没有时序图也不容易理解xmake.lua为啥会被执行4次
Beta Was this translation helpful? Give feedback.
All reactions