diff options
| author | Saikari <[email protected]> | 2026-02-19 00:36:01 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-02-19 00:36:01 +0300 |
| commit | d9d08b4544a67699adbe0a4f317430fd045d6f51 (patch) | |
| tree | ee4bef52319289369a2b5f4077fba00b49cb3409 | |
| parent | 3b5a2eb617b1083ea30153f6b3c4bbdf3b90faad (diff) | |
fixup
| -rw-r--r-- | xmake/modules/detect/tools/find_gcc.lua | 1 |
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 |
