summaryrefslogtreecommitdiff
path: root/xmake/toolchains/dpcpp/check.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-07 22:03:37 +0800
committerruki <[email protected]>2025-09-07 22:03:37 +0800
commita6ba93f895b4b2128c3b310bea24c072e9d3a702 (patch)
tree272e52220afa3ee7d6a98632be4897954c031ad1 /xmake/toolchains/dpcpp/check.lua
parent341a067561a88e0e5fbb01862d150173c01d8ee8 (diff)
optimize to save toolchain cache
Diffstat (limited to 'xmake/toolchains/dpcpp/check.lua')
-rw-r--r--xmake/toolchains/dpcpp/check.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/dpcpp/check.lua b/xmake/toolchains/dpcpp/check.lua
index 21526601e..b6307e41d 100644
--- a/xmake/toolchains/dpcpp/check.lua
+++ b/xmake/toolchains/dpcpp/check.lua
@@ -37,7 +37,6 @@ function main(toolchain)
cprint("checking for Intel Data Parallel C++ (%s) ... ${color.success}${text.success}", toolchain:arch())
toolchain:config_set("icxenv", icxenv)
toolchain:config_set("bindir", icxenv.bindir)
- toolchain:configs_save()
return true
end
return true