diff options
| author | ruki <[email protected]> | 2023-01-23 22:32:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-23 22:32:32 +0800 |
| commit | 25488d9dd995bf95fafc4153b6c7bdba15334164 (patch) | |
| tree | c5ca901fd7ba0e4721f26c20e40507cc689ed57d | |
| parent | 9a032830402bff07415da1ad8a79ec846eb63151 (diff) | |
disable cache for circle
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 2 |
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 |
