summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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