diff options
| author | ruki <[email protected]> | 2020-11-10 23:09:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-10 23:09:39 +0800 |
| commit | de2f381f33922888bed629652df13abd3707ab79 (patch) | |
| tree | 5acc76d64367a1eac6fddeab6f0d494cbc1f5622 | |
| parent | 8ff5cc5e71f34af2f6ed538fb33950db7e6196a5 (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 0b84bb597..03b73c15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Add musl.cc toolchains * [#1009](https://github.com/xmake-io/xmake/issues/1009): Support select and install any version package, e.g. `add_requires("libcurl 7.73.0", {verify = false})` * [#1016](https://github.com/xmake-io/xmake/issues/1016): Add license checking for target/packages +* [#1017](https://github.com/xmake-io/xmake/issues/1017): Support external/system include directories `add_sysincludedirs` for package and toolchains ### Change @@ -864,6 +865,7 @@ * 新增musl.cc上的工具链支持 * [#1009](https://github.com/xmake-io/xmake/issues/1009): 支持忽略校验去安装任意版本的包,`add_requires("libcurl 7.73.0", {verify = false})` * [#1016](https://github.com/xmake-io/xmake/issues/1016): 针对依赖包增加license兼容性检测 +* [#1017](https://github.com/xmake-io/xmake/issues/1017): 支持外部/系统头文件支持 `add_sysincludedirs`,依赖包默认使用`-isystem` ### 改进 |
