setup-hooks/strip: include darwin-specific paths

This commit is contained in:
Niklas Korz
2024-12-29 12:57:59 +01:00
parent 068807d961
commit c559662e80

View File

@@ -22,7 +22,7 @@ _doStrip() {
# push arrays all the way through this logic.
# Strip only host paths by default. Leave targets as is.
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin}
stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin Applications Library/Frameworks}
stripDebugListTarget=${stripDebugListTarget[*]:-}
stripAllList=${stripAllList[*]:-}
stripAllListTarget=${stripAllListTarget[*]:-}