summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-13 22:50:52 +0800
committerruki <[email protected]>2026-03-13 22:50:52 +0800
commit33c48ddc479f6332a4539144e9c1277801e99b85 (patch)
tree05759a5a74312f846d299ca62ae36ddd70a77cab
parente3f6cfa48dcc66c6f6a7994c442bc8c2be7cf445 (diff)
fix vcpkg 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 055e51e83..7c4141861 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")
import("package.manager.vcpkg.utils", {alias = "vcpkg_utils"})