mirror of https://github.com/WerWolv/ImHex.git
fix: exclude from SysWow64 for 64bits windows
This commit is contained in:
parent
bbfa3cb994
commit
a6d66a4a56
|
@ -185,7 +185,7 @@ macro(createPackage)
|
|||
UNRESOLVED_DEPENDENCIES_VAR _u_deps
|
||||
CONFLICTING_DEPENDENCIES_PREFIX _c_deps
|
||||
DIRECTORIES ${DEP_FOLDERS}
|
||||
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll"
|
||||
POST_EXCLUDE_REGEXES ".*system32/.*\\.dll" ".*SysWow64/.*\\.dll"
|
||||
)
|
||||
|
||||
if(_u_deps)
|
||||
|
|
Loading…
Reference in New Issue