Skip to content

Commit 6b07363

Browse files
authored
Ban $/include/module.modulemap (#1492)
Related microsoft/vcpkg#41062
1 parent a47c79f commit 6b07363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vcpkg/postbuildlint.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ namespace vcpkg
201201
"Makefile.am",
202202
"Makefile.in",
203203
"Makefile",
204+
"module.modulemap",
204205
};
205206
static constexpr Span<const StringLiteral> restricted_lists[] = {
206207
restricted_sys_filenames, restricted_crt_filenames, restricted_general_filenames};

0 commit comments

Comments
 (0)