Skip to content

Commit

Permalink
fix: exclude windows system dll
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Jan 6, 2025
1 parent fcccf1d commit 033e053
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 @@ -269,7 +269,7 @@ function(package_project)
[[kernel32\.dll]]
[[(libc|libgcc_s|libgcc_s_seh|libm|libstdc\+\+|libc\+\+|libunwind)(-[0-9.]+)?\..*]]
POST_EXCLUDE_REGEXES
[[.*/system32/.*\.dll]]
[[.*(\\|/)system32(\\|/).*\.dll]] # according to https://discourse.cmake.org/t/migration-experiences-comparison-runtime-dependency-set-vs-fixup-bundle-bundleutilities/11323/6
[[^/lib.*]]
[[^/usr/lib.*]]
DIRECTORIES
Expand Down

0 comments on commit 033e053

Please sign in to comment.