File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3345,10 +3345,11 @@ for host in "${ALL_HOSTS[@]}"; do
3345
3345
printJSONEndTimestamp dsymutil
3346
3346
3347
3347
# Strip executables, shared libraries and static libraries in
3348
- # `host_install_destdir`. Avoid touching clang builtins .a files .
3348
+ # `host_install_destdir`. Avoid touching .a clang builtins and embedded libraries .
3349
3349
find " ${CURRENT_INSTALL_DIR}${CURRENT_PREFIX} /" \
3350
3350
' (' -perm -0111 -or -name " *.a" ' )' -type f -print | \
3351
3351
grep_that_allows_no_matches -v " /clang/lib/darwin/" | \
3352
+ grep_that_allows_no_matches -v " /lib/swift/embedded/" | \
3352
3353
xargs -t -n 1 -P ${BUILD_JOBS} $( xcrun_find_tool strip) -S
3353
3354
3354
3355
# Codesign dylibs and executables in usr/bin after strip tool
You can’t perform that action at this time.
0 commit comments