diff options
| author | ruki <[email protected]> | 2016-12-09 10:55:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-12-09 10:55:09 +0800 |
| commit | a50e159745f1b0fdc7a991550af94257dd62d640 (patch) | |
| tree | 80c9bea0318d01f4541615e9164f4a655016015b | |
| parent | 159a08a058cd24e16f431d941b87a84f8fbd23f4 (diff) | |
modify CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 23191f932..be9bee4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * [#41](https://github.com/waruqi/xmake/issues/41): Fix checker bug for windows * [#43](https://github.com/waruqi/xmake/issues/43): Avoid to generate unnecessary .xmake directory * Add c++ stl search directories for android +* Fix compile error for rhel 5.10 ## v2.0.5 @@ -197,6 +198,7 @@ * [#41](https://github.com/waruqi/xmake/issues/41): 修复在windows下自动检测x64失败问题 * [#43](https://github.com/waruqi/xmake/issues/43): 避免创建不必要的.xmake工程缓存目录 * 针对android版本添加c++ stl搜索目录,解决编译c++失败问题 +* 修复在rhel 5.10上编译失败问题 ## v2.0.5 |
