summaryrefslogtreecommitdiff
path: root/xmake/modules/private/cache/build_cache.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-19 00:58:00 +0800
committerruki <[email protected]>2022-05-19 00:58:00 +0800
commit95d7f5df2e1aa01cca69e74f0c4dadad8d37f4d0 (patch)
tree0292bee9cf520c3a1e7932c152f6cbc7389b9c48 /xmake/modules/private/cache/build_cache.lua
parent961f414fb459c02ba82ceff540296b52e3a965bd (diff)
add todo
Diffstat (limited to 'xmake/modules/private/cache/build_cache.lua')
-rw-r--r--xmake/modules/private/cache/build_cache.lua2
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