summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-17 23:30:58 +0300
committerSaikari <[email protected]>2026-02-17 23:30:58 +0300
commitad77b2a47be8dd1809c46bc2406c57aa4e3a8117 (patch)
tree47acb02735530162e0844a004e01f3e7ac228a06
parent4879e24c27f481a3b2341f8be0f553030da98e0d (diff)
retry
-rw-r--r--xmake/modules/detect/tools/find_gcc.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/detect/tools/find_gcc.lua b/xmake/modules/detect/tools/find_gcc.lua
index e785af2ad..9a81352b0 100644
--- a/xmake/modules/detect/tools/find_gcc.lua
+++ b/xmake/modules/detect/tools/find_gcc.lua
@@ -22,9 +22,6 @@
import("lib.detect.find_program")
import("lib.detect.find_programver")
import("core.cache.detectcache")
-if is_host("windows") then
- import("core.base.winos")
-end
-- check gigabyte gcc
function _check_gigabyte_gcc(program, opt)