summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/cl.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-25 00:10:13 +0800
committerruki <[email protected]>2025-01-25 00:10:13 +0800
commitbeff9a0f84ce1ebdd1eeb85caee55500320595a3 (patch)
tree1eeb74ffa5f86adbeb446fbef1aafcad96d2e7ce /xmake/modules/core/tools/cl.lua
parent8729cdf3afc01932f67ba826ceda14b0319d3f7f (diff)
fix imports
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
-rw-r--r--xmake/modules/core/tools/cl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua
index 3b73719e7..06e6759b9 100644
--- a/xmake/modules/core/tools/cl.lua
+++ b/xmake/modules/core/tools/cl.lua
@@ -25,7 +25,7 @@ import("core.base.hashset")
import("core.project.project")
import("core.project.policy")
import("core.language.language")
-import("core.tools.vstool")
+import("private.tools.vstool")
import("core.tools.cl.parse_include")
import("private.cache.build_cache")
import("private.service.distcc_build.client", {alias = "distcc_build_client"})