summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-13 22:42:36 +0800
committerruki <[email protected]>2026-03-13 22:42:36 +0800
commit5375a87440cca2533e6c3919df98c5989dc13723 (patch)
tree8f43f8b28774b965f70b904529ee3969ac680c52
parentd18d20def0ca10fda04bae01381e61895b970a43 (diff)
remove utils
-rw-r--r--xmake/modules/package/manager/vcpkg/install_package.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/vcpkg/install_package.lua b/xmake/modules/package/manager/vcpkg/install_package.lua
index c0db41d1b..decbb6faa 100644
--- a/xmake/modules/package/manager/vcpkg/install_package.lua
+++ b/xmake/modules/package/manager/vcpkg/install_package.lua
@@ -22,7 +22,6 @@
import("core.base.option")
import("core.base.json")
import("core.base.semver")
-import("core.base.utils")
import("lib.detect.find_tool")
import("package.manager.vcpkg.configurations")