summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-21 00:55:01 +0800
committerruki <[email protected]>2022-06-21 00:55:01 +0800
commitfe2fb1334bf9f9cb6da448c774ed9006d6e56e5d (patch)
tree5cb5bdcef26863f1e850caeb6fa9ffbe338b6cbd
parent9dabe5290dc38e5f543c9e582b5be13f5afae41d (diff)
fix typo
-rw-r--r--xmake/modules/package/manager/vcpkg/configurations.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/vcpkg/configurations.lua b/xmake/modules/package/manager/vcpkg/configurations.lua
index 60577efad..fccde8d92 100644
--- a/xmake/modules/package/manager/vcpkg/configurations.lua
+++ b/xmake/modules/package/manager/vcpkg/configurations.lua
@@ -43,7 +43,7 @@ function main()
baseline = {description = "set the builtin baseline."},
features = {description = "set the features of dependency."},
default_features = {description = "enables or disables any defaults provided by the dependency.", default = true},
- registries = {description = "set the registries in vcpkg-configuration.json"}
+ registries = {description = "set the registries in vcpkg-configuration.json"},
default_registries = {description = "set the default registries in vcpkg-configuration.json"}
}
end