summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/cl.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-25 00:05:31 +0800
committerruki <[email protected]>2025-01-25 00:05:31 +0800
commit8729cdf3afc01932f67ba826ceda14b0319d3f7f (patch)
treebcaf55aac78da74bbe42c8f2cb3f97282714a0d9 /xmake/modules/core/tools/cl.lua
parent7f01ecf6da7e040d4b0e27efaa035a8f27533e5e (diff)
fix import
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
-rw-r--r--xmake/modules/core/tools/cl.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua
index 8a2971328..3b73719e7 100644
--- a/xmake/modules/core/tools/cl.lua
+++ b/xmake/modules/core/tools/cl.lua
@@ -25,8 +25,8 @@ import("core.base.hashset")
import("core.project.project")
import("core.project.policy")
import("core.language.language")
-import("private.tools.vstool")
-import("private.tools.cl.parse_include")
+import("core.tools.vstool")
+import("core.tools.cl.parse_include")
import("private.cache.build_cache")
import("private.service.distcc_build.client", {alias = "distcc_build_client"})
import("utils.progress")