summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/core/tools/gcc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua
index a53502e33..07729240e 100644
--- a/xmake/modules/core/tools/gcc.lua
+++ b/xmake/modules/core/tools/gcc.lua
@@ -440,6 +440,8 @@ function _preprocess(program, argv, opt)
is_gcc = true
elseif tool:name():startswith("clang") then
is_clang = true
+ elseif tool:name() == "circle" then
+ return
end
end