diff options
| author | ruki <[email protected]> | 2020-05-09 09:59:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-09 09:59:54 +0800 |
| commit | f664a46f79bcdab915f9412de7eab3fff55ad3b2 (patch) | |
| tree | c9c4ec43a5f4bdb4f200a9391ca780526a06eed9 | |
| parent | 32f5f8e97224ad6d96c3b6be872df7d7349e1af5 (diff) | |
update changelog and readme
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c16e8728b..b9a0a3d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### New features + +* [#630](https://github.com/xmake-io/xmake/issues/630): Support *BSD system, e.g. FreeBSD, .. + ### Change * [#771](https://github.com/xmake-io/xmake/issues/771): Check includedirs, linkdirs and frameworkdirs @@ -726,6 +730,10 @@ ## master (开发中) +### 新特性 + +* [#630](https://github.com/xmake-io/xmake/issues/630): 支持*BSD系统,例如:FreeBSD, .. + ### 改进 * [#771](https://github.com/xmake-io/xmake/issues/771): 检测includedirs,linkdirs和frameworkdirs的输入有效性 @@ -159,6 +159,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor * Windows (x86, x64) * macOS (i386, x86_64) * Linux (i386, x86_64, cross-toolchains ..) +* *BSD (i386, x86_64) * Android (x86, x86_64, armeabi, armeabi-v7a, arm64-v8a) * iOS (armv7, armv7s, arm64, i386, x86_64) * WatchOS (armv7k, i386) diff --git a/README_zh.md b/README_zh.md index 75a81a867..490de1ab6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -166,6 +166,7 @@ $ xmake f --menu * Windows (x86, x64) * macOS (i386, x86_64) * Linux (i386, x86_64, cross-toolchains ..) +* *BSD (i386, x86_64) * Android (x86, x86_64, armeabi, armeabi-v7a, arm64-v8a) * iOS (armv7, armv7s, arm64, i386, x86_64) * WatchOS (armv7k, i386) |
