diff options
| author | ruki <[email protected]> | 2024-05-18 23:40:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-18 23:40:59 +0800 |
| commit | 2576caa355925e7cff98058ea6ea84b58069b5fb (patch) | |
| tree | 1e33369ba18258b9833e04ebc0a267bb0d3cd5c2 | |
| parent | 008d6a92e171d9ef1d8a62fca1e4900ed5faa48f (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 08459fe8e..1634aaf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ ### Changes * [#5077](https://github.com/xmake-io/xmake/issues/5077): Use x64 host compiler for msvc when building x86 target +* [#5109](https://github.com/xmake-io/xmake/issues/5109): Support runpath/rpath for add_rpathdirs ### Bugs Fixed @@ -1821,6 +1822,7 @@ ### 改进 * [#5077](https://github.com/xmake-io/xmake/issues/5077): 当构建 x86 目标时,使用 x64 的 msvc 编译工具 +* [#5109](https://github.com/xmake-io/xmake/issues/5109): 改进 add_rpathdirs 支持 runpath/rpath 切换 ### Bugs 修复 |
