diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d58f1fb2b..26d2fdde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#3752](https://github.com/xmake-io/xmake/issues/3752): Improve os.getenvs for windows * [#3371](https://github.com/xmake-io/xmake/issues/3371): Improve tools.cmake to support ninja generator for wasm * [#3777](https://github.com/xmake-io/xmake/issues/3777): Improve to find package from pkg-config +* [#3815](https://github.com/xmake-io/xmake/pull/3815): Improve tools.xmake to pass toolchains for windows ### Bugs fixed @@ -1595,6 +1596,7 @@ * [#3752](https://github.com/xmake-io/xmake/issues/3752): 改进 windows 上 os.getenvs 的获取 * [#3371](https://github.com/xmake-io/xmake/issues/3371): 改进 tools.cmake 支持使用 ninja 去构建 wasm 包 * [#3777](https://github.com/xmake-io/xmake/issues/3777): 改进从 pkg-config 中查找包 +* [#3815](https://github.com/xmake-io/xmake/pull/3815): 改进 tools.xmake 支持为 windows 平台传递工具链 ### Bugs 修复 |
