aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-01-21 09:53:22 -0800
committerGitHub <noreply@github.com>2021-01-21 09:53:22 -0800
commit68a74950d0400f5a803026d0860f49853984bf11 (patch)
treea2122f59fd991381290b3d8fbd884ccf6f41121c /toolsrc/include
parentbedeaa639c21a759ad211b048deb7968a6648f10 (diff)
downloadvcpkg-68a74950d0400f5a803026d0860f49853984bf11.tar.gz
vcpkg-68a74950d0400f5a803026d0860f49853984bf11.zip
[vcpkg] Rename `port_versions` to `versions` (#15784)
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/vcpkgcmdarguments.h4
-rw-r--r--toolsrc/include/vcpkg/vcpkgpaths.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/include/vcpkg/vcpkgcmdarguments.h b/toolsrc/include/vcpkg/vcpkgcmdarguments.h
index 2677e6811..365f892a0 100644
--- a/toolsrc/include/vcpkg/vcpkgcmdarguments.h
+++ b/toolsrc/include/vcpkg/vcpkgcmdarguments.h
@@ -134,8 +134,8 @@ namespace vcpkg
std::unique_ptr<std::string> scripts_root_dir;
constexpr static StringLiteral BUILTIN_PORTS_ROOT_DIR_ARG = "x-builtin-ports-root";
std::unique_ptr<std::string> builtin_ports_root_dir;
- constexpr static StringLiteral BUILTIN_PORT_VERSIONS_DIR_ARG = "x-builtin-port-versions-dir";
- std::unique_ptr<std::string> builtin_port_versions_dir;
+ constexpr static StringLiteral BUILTIN_REGISTRY_VERSIONS_DIR_ARG = "x-builtin-registry-versions-dir";
+ std::unique_ptr<std::string> builtin_registry_versions_dir;
constexpr static StringLiteral DEFAULT_VISUAL_STUDIO_PATH_ENV = "VCPKG_VISUAL_STUDIO_PATH";
std::unique_ptr<std::string> default_visual_studio_path;
diff --git a/toolsrc/include/vcpkg/vcpkgpaths.h b/toolsrc/include/vcpkg/vcpkgpaths.h
index d36ebfb7c..8a97b258e 100644
--- a/toolsrc/include/vcpkg/vcpkgpaths.h
+++ b/toolsrc/include/vcpkg/vcpkgpaths.h
@@ -92,7 +92,7 @@ namespace vcpkg
fs::path scripts;
fs::path prefab;
fs::path builtin_ports;
- fs::path builtin_port_versions;
+ fs::path builtin_registry_versions;
fs::path tools;
fs::path buildsystems;