Skip to content

Commit 7cfdc62

Browse files
authored
Merge pull request #37565 from ahoppen/pr/internal-syntax-parser-fat
[build-script] Make lib_InternalSwiftSyntaxParser.dylib fat
2 parents 81d8c2e + 4e6749d commit 7cfdc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3350,7 +3350,7 @@ if [[ ${#LIPO_SRC_DIRS[@]} -gt 0 ]]; then
33503350
else
33513351
LIPO_PATH="${HOST_LIPO}"
33523352
fi
3353-
call "${SWIFT_SOURCE_DIR}"/utils/recursive-lipo --lipo=${LIPO_PATH} --copy-subdirs="$(get_host_install_prefix ${host})lib/swift $(get_host_install_prefix ${host})lib/swift_static" --explicit-src-files="$(get_host_install_prefix ${host})lib/swift/${host%%-*}/lib_InternalSwiftScan.dylib" --destination="$(get_host_install_destdir ${mergedHost})" ${LIPO_SRC_DIRS[@]}
3353+
call "${SWIFT_SOURCE_DIR}"/utils/recursive-lipo --lipo=${LIPO_PATH} --copy-subdirs="$(get_host_install_prefix ${host})lib/swift $(get_host_install_prefix ${host})lib/swift_static" --explicit-src-files="$(get_host_install_prefix ${host})lib/swift/${host%%-*}/lib_InternalSwiftScan.dylib $(get_host_install_prefix ${host})lib/swift/${host%%-*}/lib_InternalSwiftSyntaxParser.dylib" --destination="$(get_host_install_destdir ${mergedHost})" ${LIPO_SRC_DIRS[@]}
33543354

33553355
if [[ $(should_execute_action "${mergedHost}-lipo") ]]; then
33563356
# Build and test the lipo-ed package.

0 commit comments

Comments
 (0)