summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-16 01:55:16 +0300
committerGitHub <[email protected]>2026-02-16 01:55:16 +0300
commitf338f19fdd28f271775fa4c301ec279054981cfe (patch)
treeadc537910453399d10b056d7d5e44a3d90f6e4bc
parentcaf37bdceca49df8a819859057060ab7db6f3612 (diff)
Update comment to include issue reference for gcc.exe
Added reference to GitHub issue regarding GIGA-BYTE signed gcc.exe.
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_program.lua2
1 files changed, 1 insertions, 1 deletions
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