Skip to content

Commit

Permalink
fix: expand exclude regexes
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Sep 11, 2024
1 parent e0a160b commit 570f7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function(package_project)
[[api-ms-win-.*]]
[[ext-ms-.*]]
[[kernel32\.dll]]
[[(libc|libgcc_s|libm|libstdc\+\+|libc\+\+)\..*]]
[[(libc|libgcc_s|libgcc_s_seh|libm|libstdc\+\+|libc\+\+)(-[0-9.]+)?\..*]]
POST_EXCLUDE_REGEXES
[[.*/system32/.*\.dll]]
[[^/lib.*]]
Expand Down

0 comments on commit 570f7cc

Please sign in to comment.