summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-19 00:36:01 +0300
committerSaikari <[email protected]>2026-02-19 00:36:01 +0300
commitd9d08b4544a67699adbe0a4f317430fd045d6f51 (patch)
treeee4bef52319289369a2b5f4077fba00b49cb3409
parent3b5a2eb617b1083ea30153f6b3c4bbdf3b90faad (diff)
fixup
-rw-r--r--xmake/modules/detect/tools/find_gcc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/tools/find_gcc.lua b/xmake/modules/detect/tools/find_gcc.lua
index fc961e65e..17d548805 100644
--- a/xmake/modules/detect/tools/find_gcc.lua
+++ b/xmake/modules/detect/tools/find_gcc.lua
@@ -65,6 +65,7 @@ function _check_gcc(program, opt)
end
end
end
+ end
return os.runv(program, {"--version"}, {envs = opt.envs, shell = opt.shell})
end