summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/cl/parse_include.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-10 22:32:48 +0800
committerruki <[email protected]>2025-09-10 21:52:30 +0800
commitc54be3773f1723268a1b0abbd65f38a8ac8b95f4 (patch)
tree642b888c63b0401c1ac379638a305af9b2751a9c /xmake/modules/core/tools/cl/parse_include.lua
parenta0cc61b1894a427731beebbb2f3d2005895c212c (diff)
improve detectcache save
Diffstat (limited to 'xmake/modules/core/tools/cl/parse_include.lua')
-rw-r--r--xmake/modules/core/tools/cl/parse_include.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl/parse_include.lua b/xmake/modules/core/tools/cl/parse_include.lua
index 961ffca95..e53163e8f 100644
--- a/xmake/modules/core/tools/cl/parse_include.lua
+++ b/xmake/modules/core/tools/cl/parse_include.lua
@@ -60,7 +60,6 @@ function probe_include_note_from_cl()
os.tryrm(projectdir)
end
detectcache:set(key, note)
- detectcache:save()
end
return note
end