summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-18 00:17:18 +0300
committerSaikari <[email protected]>2026-02-18 00:17:18 +0300
commit3b4d1e1faf3183c26d3709a671b4c32ebb93b1b1 (patch)
tree2864933c0085d3ec2341a7735db897cb417273cc
parent4ab3a066e0777f784eabeb103b4137b0bffcdacf (diff)
try iterate over path env var
-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 2bfe53bc4..ce9562de6 100644
--- a/xmake/modules/detect/tools/find_gcc.lua
+++ b/xmake/modules/detect/tools/find_gcc.lua
@@ -60,7 +60,7 @@ function _check_gcc(program, opt)
end
end
if is_gigabyte then
- raise("gcc.exe signed by GIGA-BYTE is not supported, please use the official gcc from https://gcc.gnu.org/")
+ return false
end
end