New features
- #2318: Add
xmake f --policies=
config argument to modify project policies
Changes
- fallback to source code build if the precompiled package is error
- #2387: Improve pkgconfig and find_package
- Add
build.ccache
policy
Bugs fixed
- #2382: Fix headeronly package configs
- #2388: Fix path bug
- #2385: Fix cmake/find_package
- #2395: Fix c++modules
- Fix find_qt bug
新特性
- #2318: 添加
xmake f --policies=
配置参数去修改默认策略
改进
- 如果预编译包构建失败,自动回退到源码包构建
- #2387: 改进 pkgconfig 和 find_package
- 添加
build.ccache
策略,用于在工程中配置编译缓存