summaryrefslogtreecommitdiff
path: root/xmake/plugins/project
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/plugins/project
parent7f01ecf6da7e040d4b0e27efaa035a8f27533e5e (diff)
fix import
Diffstat (limited to 'xmake/plugins/project')
-rw-r--r--xmake/plugins/project/ninja/build_ninja.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/ninja/build_ninja.lua b/xmake/plugins/project/ninja/build_ninja.lua
index 7a9ce3998..819758447 100644
--- a/xmake/plugins/project/ninja/build_ninja.lua
+++ b/xmake/plugins/project/ninja/build_ninja.lua
@@ -27,7 +27,7 @@ import("core.tool.linker")
import("core.tool.compiler")
import("lib.detect.find_tool")
import("lib.detect.find_toolname")
-import("private.tools.cl.parse_include")
+import("core.tools.cl.parse_include")
-- this sourcebatch is built?
function _sourcebatch_is_built(sourcebatch)