From f338f19fdd28f271775fa4c301ec279054981cfe Mon Sep 17 00:00:00 2001 From: Saikari Date: Mon, 16 Feb 2026 01:55:16 +0300 Subject: Update comment to include issue reference for gcc.exe Added reference to GitHub issue regarding GIGA-BYTE signed gcc.exe. --- xmake/core/sandbox/modules/import/lib/detect/find_program.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_program.lua b/xmake/core/sandbox/modules/import/lib/detect/find_program.lua index 6233738f6..a1eb90c29 100644 --- a/xmake/core/sandbox/modules/import/lib/detect/find_program.lua +++ b/xmake/core/sandbox/modules/import/lib/detect/find_program.lua @@ -40,7 +40,7 @@ local scheduler = require("sandbox/modules/import/core/base/scheduler") -- do check function sandbox_lib_detect_find_program._do_check(program, opt) - -- avoid gcc.exe signed by GIGA-BYTE + -- avoid gcc.exe signed by GIGA-BYTE ref: https://github.com/xmake-io/xmake/issues/5629 if winos.file_signature and program:lower():endswith("gcc.exe") then local check_signature = function (program) if os.isfile(program) then -- cgit v1.3.1