summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-18 00:04:32 +0300
committerSaikari <[email protected]>2026-02-18 00:04:32 +0300
commit9105a6b957d63c2a623a7e322210902c040d4940 (patch)
tree871a3a7bc84ecb6b9f212d890f24cc2b9aa9dacd
parent7d1fb079c4bc57b24cc5696ac04d3fb31571199a (diff)
test
-rw-r--r--xmake/modules/detect/tools/find_gcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_gcc.lua b/xmake/modules/detect/tools/find_gcc.lua
index cd52a06d2..576f6aa28 100644
--- a/xmake/modules/detect/tools/find_gcc.lua
+++ b/xmake/modules/detect/tools/find_gcc.lua
@@ -104,7 +104,7 @@ function main(opt)
-- save the original check
opt.check_gcc = opt.check
opt.check = _check_gigabyte_gcc
- opt.norunfile = true
+ -- opt.norunfile = true
local program = find_program(opt.program or "gcc", opt)
local version = nil
if program and opt.version then