diff options
| author | ruki <[email protected]> | 2022-05-19 00:58:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-19 00:58:00 +0800 |
| commit | 95d7f5df2e1aa01cca69e74f0c4dadad8d37f4d0 (patch) | |
| tree | 0292bee9cf520c3a1e7932c152f6cbc7389b9c48 /xmake/modules/private/cache/build_cache.lua | |
| parent | 961f414fb459c02ba82ceff540296b52e3a965bd (diff) | |
add todo
Diffstat (limited to 'xmake/modules/private/cache/build_cache.lua')
| -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 440dfb9a2..f31270ecf 100644 --- a/xmake/modules/private/cache/build_cache.lua +++ b/xmake/modules/private/cache/build_cache.lua @@ -49,7 +49,7 @@ function cachekey(program, cppfile, cppflags, envs) table.insert(items, cppflag) end table.sort(items) - table.insert(items, hash.sha1(cppfile)) + table.insert(items, hash.sha1(cppfile)) -- TODO use blake3 if envs then local basename = path.basename(program) if basename == "cl" then |
