fix: exclude from SysWow64 for 64bits windows

This commit is contained in:
xtex 2021-09-20 20:39:50 +08:00
parent bbfa3cb994
commit a6d66a4a56
No known key found for this signature in database
GPG Key ID: 978F2E760D9DB0EB
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ macro(createPackage)
UNRESOLVED_DEPENDENCIES_VAR _u_deps UNRESOLVED_DEPENDENCIES_VAR _u_deps
CONFLICTING_DEPENDENCIES_PREFIX _c_deps CONFLICTING_DEPENDENCIES_PREFIX _c_deps
DIRECTORIES ${DEP_FOLDERS} DIRECTORIES ${DEP_FOLDERS}
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" ".*SysWow64/.*\\.dll"
) )
if(_u_deps) if(_u_deps)