diff options
| author | ruki <[email protected]> | 2024-05-11 21:03:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-11 21:03:04 +0800 |
| commit | eb1e30aeffb3b8cce42f591da449c9f2ebfb90ad (patch) | |
| tree | bb35b249b824f2db5f4623d79da89091bac4dd59 | |
| parent | 81afb8ae234b900aab9a712a4f38599e34c9c066 (diff) | |
improve comments
| -rw-r--r-- | xmake/modules/core/tools/gcc_ar.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc_ar.lua b/xmake/modules/core/tools/gcc_ar.lua index 4fba49e6d..d7731a115 100644 --- a/xmake/modules/core/tools/gcc_ar.lua +++ b/xmake/modules/core/tools/gcc_ar.lua @@ -57,7 +57,7 @@ function link(self, objectfiles, targetkind, targetfile, flags, opt) -- gcc-ar.exe does not support `@file`, so we need use ar.exe to instead of it. -- @see https://github.com/xmake-io/xmake/issues/5051 -- - -- but ar.exe does not support lto, we need also add lto_plugin.so path in `@file` for gcc + -- but ar.exe does not support lto, we need also add lto_plugin-0.dll path in `@file` for gcc -- @see https://github.com/xmake-io/xmake/issues/5015 -- -- gcc-ar is the wrapper of `ar --plugin lto_plugin.so ...` |
