diff options
| author | ruki <[email protected]> | 2022-06-21 00:55:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-21 00:55:01 +0800 |
| commit | fe2fb1334bf9f9cb6da448c774ed9006d6e56e5d (patch) | |
| tree | 5cb5bdcef26863f1e850caeb6fa9ffbe338b6cbd | |
| parent | 9dabe5290dc38e5f543c9e582b5be13f5afae41d (diff) | |
fix typo
| -rw-r--r-- | xmake/modules/package/manager/vcpkg/configurations.lua | 2 |
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 |
