diff options
| author | ruki <[email protected]> | 2025-01-25 00:10:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-25 00:10:13 +0800 |
| commit | beff9a0f84ce1ebdd1eeb85caee55500320595a3 (patch) | |
| tree | 1eeb74ffa5f86adbeb446fbef1aafcad96d2e7ce /xmake/modules/core/tools/ml.lua | |
| parent | 8729cdf3afc01932f67ba826ceda14b0319d3f7f (diff) | |
fix imports
Diffstat (limited to 'xmake/modules/core/tools/ml.lua')
| -rw-r--r-- | xmake/modules/core/tools/ml.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua index 4af30e7e7..5bb1fb884 100644 --- a/xmake/modules/core/tools/ml.lua +++ b/xmake/modules/core/tools/ml.lua @@ -19,7 +19,7 @@ -- -- imports -import("core.tools.vstool") +import("private.tools.vstool") import("core.base.hashset") -- init it |
