diff options
| author | ruki <[email protected]> | 2019-05-23 22:34:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-05-23 09:26:01 +0800 |
| commit | 268bfa979437845ea94db67a40a6c29b0d4b19be (patch) | |
| tree | 1531a9bce07cfe840812330c7980438492fa6a3c | |
| parent | ee156cd41fbc04b5b3fab290953988f3f7b520cf (diff) | |
update changelogs
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72d1910..7614bdc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * [#404](https://github.com/xmake-io/xmake/issues/404): Support Qt for android and deploy android apk * Add some qt empty project templates, e.g. `widgetapp_qt`, `quickapp_qt_static` and `widgetapp_qt_static` * [#415](https://github.com/xmake-io/xmake/issues/415): Add `--cu-cxx` config arguments to `nvcc/-ccbin` +* Add `--ndk_stdcxx=y` and `--ndk_cxxstl=gnustl_static` argument options for android NDK ### Changes @@ -588,6 +589,7 @@ * [#404](https://github.com/xmake-io/xmake/issues/404): 增加Qt/Android编译支持,并且支持android apk生成和部署 * 添加一些Qt空工程模板,例如:`widgetapp_qt`, `quickapp_qt_static` and `widgetapp_qt_static` * [#415](https://github.com/xmake-io/xmake/issues/415): 添加`--cu-cxx`配置参数到`nvcc/-ccbin` +* 为Android NDK添加`--ndk_stdcxx=y`和`--ndk_cxxstl=gnustl_static`参数选项 ### 改进 |
