Skip to content

Commit

Permalink
Add base64.h, Makefile, Makefile.am, and Makefile.in to the banned he…
Browse files Browse the repository at this point in the history
…ader list. (#1246)

Co-authored-by: Kai Pastor <[email protected]>
  • Loading branch information
BillyONeal and dg0yt authored Oct 23, 2023
1 parent a2133ee commit 3d1f382
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vcpkg/postbuildlint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ namespace vcpkg
"local.h",
"slice.h",
"platform.h",
"base64.h",
"Makefile.am",
"Makefile.in",
"Makefile",
};
static constexpr Span<const StringLiteral> restricted_lists[] = {
restricted_sys_filenames, restricted_crt_filenames, restricted_general_filenames};
Expand Down

0 comments on commit 3d1f382

Please sign in to comment.