summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-13 23:01:02 +0800
committerruki <[email protected]>2020-10-13 23:01:02 +0800
commit0f63a8ccc104273c653669189d13071e44d3d65a (patch)
tree965b016ce7212cf974a72217166b727c40c48063
parent93e340610913167d229e93bc867979b94b461edc (diff)
update readme
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ab06614d..2de00cacf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
* Improve `add_requires("zlib~xxx")` to support for installing multi-packages at same time
* [#977](https://github.com/xmake-io/xmake/issues/977): Improve find_mingw for windows
* [#978](https://github.com/xmake-io/xmake/issues/978): Improve toolchain flags order
+* Improve Xcode toolchain to support for macOS/arm64
### Bugs fixed
@@ -855,6 +856,7 @@
* 增加 `add_requires("zlib~xxx")` 模式使得能够支持同时安装带有多种配置的同一个包,作为独立包存在
* [#977](https://github.com/xmake-io/xmake/issues/977): 改进 find_mingw 在 windows 上的探测
* [#978](https://github.com/xmake-io/xmake/issues/978): 改进工具链的flags顺序
+* 改进XCode工具链,支持macOS/arm64
### Bugs修复