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
33453345 printJSONEndTimestamp dsymutil
33463346
33473347 # 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 .
33493349 find " ${CURRENT_INSTALL_DIR}${CURRENT_PREFIX} /" \
33503350 ' (' -perm -0111 -or -name " *.a" ' )' -type f -print | \
33513351 grep_that_allows_no_matches -v " /clang/lib/darwin/" | \
3352+ grep_that_allows_no_matches -v " /lib/swift/embedded/" | \
33523353 xargs -t -n 1 -P ${BUILD_JOBS} $( xcrun_find_tool strip) -S
33533354
33543355 # Codesign dylibs and executables in usr/bin after strip tool
You can’t perform that action at this time.
0 commit comments