From 25488d9dd995bf95fafc4153b6c7bdba15334164 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 23 Jan 2023 22:32:32 +0800 Subject: disable cache for circle --- xmake/modules/core/tools/gcc.lua | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.3.1