aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/PostBuildLint.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-05-03 16:33:02 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-05-04 15:06:18 -0700
commit7bdf189a921fdee47044e907a3ff48ce8c880fe2 (patch)
treef9e5b253020e4134ad58562fccece9d7832c6df5 /toolsrc/include/PostBuildLint.h
parenta66b066d4584d6b92d249d71b9348344efc78d5e (diff)
downloadvcpkg-7bdf189a921fdee47044e907a3ff48ce8c880fe2.tar.gz
vcpkg-7bdf189a921fdee47044e907a3ff48ce8c880fe2.zip
Rework vcpkg's triplet environment reading
The triplet is "run" and vcpkg observes the environment. Previously, the environment was deduced by the triplet's name
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
-rw-r--r--toolsrc/include/PostBuildLint.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h
index 0ee47d0c1..69fafc9f7 100644
--- a/toolsrc/include/PostBuildLint.h
+++ b/toolsrc/include/PostBuildLint.h
@@ -5,5 +5,8 @@
namespace vcpkg::PostBuildLint
{
- size_t perform_all_checks(const PackageSpec& spec, const VcpkgPaths& paths, const Build::BuildInfo& build_info);
+ size_t perform_all_checks(const PackageSpec& spec,
+ const VcpkgPaths& paths,
+ const Build::PreBuildInfo& pre_build_info,
+ const Build::BuildInfo& build_info);
}