diff options
| author | Curtis.Bezault <curtbezault@gmail.com> | 2019-07-25 09:38:05 -0700 |
|---|---|---|
| committer | Curtis.Bezault <curtbezault@gmail.com> | 2019-07-25 09:38:05 -0700 |
| commit | 9da7c5c99ee42e382895dbd0dafdd29beaa61075 (patch) | |
| tree | ad4bc92e215c030953b6f3c5c8d4c4f9c4e4daa8 /toolsrc | |
| parent | f81aa47176dd805ccceea0fceb8c4e2158e5c554 (diff) | |
| download | vcpkg-9da7c5c99ee42e382895dbd0dafdd29beaa61075.tar.gz vcpkg-9da7c5c99ee42e382895dbd0dafdd29beaa61075.zip | |
Make comment better
Diffstat (limited to 'toolsrc')
| -rw-r--r-- | toolsrc/src/vcpkg/build.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/build.cpp b/toolsrc/src/vcpkg/build.cpp index 80ac3ffe6..69a313c1a 100644 --- a/toolsrc/src/vcpkg/build.cpp +++ b/toolsrc/src/vcpkg/build.cpp @@ -705,7 +705,8 @@ namespace vcpkg::Build }
}
- //Make a copy of the external files and their hashes, and sort by hash
+ //Make a copy of the external file names and their hashes, and sort by
+ //hash.
std::vector<std::pair<std::string, std::string>> additional_file_hashes
= Util::fmap(pre_build_info.external_files,
[](const std::pair<fs::path, std::string>& file_hash)
|
