diff options
| author | ruki <[email protected]> | 2022-05-21 00:39:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-21 00:39:58 +0800 |
| commit | d63ce0e016b58d03519f957d7ac9f36494c73486 (patch) | |
| tree | 2997d62f46be55e6178d61b1a5b6248662a319f3 | |
| parent | 8a3cf441ff712130e7f1eede1c80c89997443bbf (diff) | |
fix ccache dir
| -rw-r--r-- | xmake/modules/private/cache/build_cache.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/cache/build_cache.lua b/xmake/modules/private/cache/build_cache.lua index 3d207d456..d2180ab58 100644 --- a/xmake/modules/private/cache/build_cache.lua +++ b/xmake/modules/private/cache/build_cache.lua @@ -67,7 +67,7 @@ end -- get cache root directory function rootdir() - local cachedir = config.get("cachedir") + local cachedir = config.get("ccachedir") return cachedir or path.join(config.buildir(), ".build_cache") end |
