summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/cl/parse_include.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/parse_include.lua
parent7f01ecf6da7e040d4b0e27efaa035a8f27533e5e (diff)
fix import
Diffstat (limited to 'xmake/modules/core/tools/cl/parse_include.lua')
-rw-r--r--xmake/modules/core/tools/cl/parse_include.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl/parse_include.lua b/xmake/modules/core/tools/cl/parse_include.lua
index 700f9823f..009d6d1f5 100644
--- a/xmake/modules/core/tools/cl/parse_include.lua
+++ b/xmake/modules/core/tools/cl/parse_include.lua
@@ -24,7 +24,7 @@ import("core.base.hashset")
import("core.tool.toolchain")
import("core.cache.detectcache")
import("lib.detect.find_tool")
-import("private.tools.vstool")
+import("core.tools.vstool")
-- probe include note prefix from cl
function probe_include_note_from_cl()