summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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