diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-13 04:26:00 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-13 04:26:00 -0700 |
| commit | 81b9ab1291bd322b5de8ad0cec2f21ce4d828a28 (patch) | |
| tree | 7bf2260f6fa2c4fdb77c0f20319ee73044b3c16f /toolsrc/include | |
| parent | c4457ea6a70d890ceae0b81a89d677eee28f7645 (diff) | |
| download | vcpkg-81b9ab1291bd322b5de8ad0cec2f21ce4d828a28.tar.gz vcpkg-81b9ab1291bd322b5de8ad0cec2f21ce4d828a28.zip | |
[vcpkg] Refactor do_build_package and add archive tombstoning
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/paragraphs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg/paragraphs.h b/toolsrc/include/vcpkg/paragraphs.h index e2c7f2d99..fa0265b75 100644 --- a/toolsrc/include/vcpkg/paragraphs.h +++ b/toolsrc/include/vcpkg/paragraphs.h @@ -20,7 +20,7 @@ namespace vcpkg::Paragraphs Parse::ParseExpected<SourceControlFile> try_load_port(const Files::Filesystem& fs, const fs::path& control_path); - Expected<BinaryControlFile> try_load_cached_control_package(const VcpkgPaths& paths, const PackageSpec& spec); + Expected<BinaryControlFile> try_load_cached_package(const VcpkgPaths& paths, const PackageSpec& spec); struct LoadResults { |
