From eb1e30aeffb3b8cce42f591da449c9f2ebfb90ad Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 11 May 2024 21:03:04 +0800 Subject: improve comments --- xmake/modules/core/tools/gcc_ar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ...` -- cgit v1.3.1