diff options
| author | ruki <[email protected]> | 2025-07-17 22:34:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-17 22:34:52 +0800 |
| commit | 29467ab7c9a82fbb234f8910aafef6033e5d92eb (patch) | |
| tree | 3f1aeded185d82a1824b230a10e324da08f7be67 | |
| parent | da382652ef63d8c5e4761b78c5b05c1eecf38abc (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d98d36059..e058257aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * [#6592](https://github.com/xmake-io/xmake/pull/6592): Fix objects only links * [#6586](https://github.com/xmake-io/xmake/issues/6586): Fix build.fence policy * [#6600](https://github.com/xmake-io/xmake/issues/6600): Fix compile_commands generator for c++modules +* [#6621](https://github.com/xmake-io/xmake/issues/6621): Fix android build for ndk r17c ## v3.0.0 @@ -2007,6 +2008,7 @@ * [#6592](https://github.com/xmake-io/xmake/pull/6592): 修复 object 目标的链接问题 * [#6586](https://github.com/xmake-io/xmake/issues/6586): 修复 build.fence 策略 * [#6600](https://github.com/xmake-io/xmake/issues/6600): 修复 compile_commands 生成器 +* [#6621](https://github.com/xmake-io/xmake/issues/6621): 修复 android ndk r17c 构建失败问题 ## v3.0.0 |
