diff options
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
| -rw-r--r-- | toolsrc/include/PostBuildLint.h | 5 |
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); } |
