summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/gcc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-23 22:32:32 +0800
committerruki <[email protected]>2023-01-23 22:32:32 +0800
commit25488d9dd995bf95fafc4153b6c7bdba15334164 (patch)
treec5ca901fd7ba0e4721f26c20e40507cc689ed57d /xmake/modules/core/tools/gcc.lua
parent9a032830402bff07415da1ad8a79ec846eb63151 (diff)
disable cache for circle
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
-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