diff options
| author | ruki <[email protected]> | 2022-08-23 22:34:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-23 22:34:23 +0800 |
| commit | 2019daea91cb6ad5eda1a38fab3b515e261ea698 (patch) | |
| tree | c5ad1d3e9c3dc80c026eb25463beaf52b7ebd617 | |
| parent | cc0dfe3d9eca8e11bb6c555c36edf3117d80559a (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 da3aef858..5eda9263f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ * [#2614](https://github.com/xmake-io/xmake/issues/2614): Fix building submodules2 tests for msvc * [#2620](https://github.com/xmake-io/xmake/issues/2620): Fix build cache for incremental compilation * [#2177](https://github.com/xmake-io/xmake/issues/2177): Fix python.library segmentation fault for macosx +* Fix rpath for macos/iphoneos frameworks and application ## v2.6.9 @@ -1387,6 +1388,7 @@ * [#2614](https://github.com/xmake-io/xmake/issues/2614): 为 msvc 修复构建 submodules2 测试工程 * [#2620](https://github.com/xmake-io/xmake/issues/2620): 修复构建缓存导致的增量编译问题 * [#2177](https://github.com/xmake-io/xmake/issues/2177): 修复 python.library 在 macOS 上段错误崩溃 +* 修复 ios/macOS framework 和 application 的 rpath 加载路径 ## v2.6.9 |
