File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3350,7 +3350,7 @@ if [[ ${#LIPO_SRC_DIRS[@]} -gt 0 ]]; then
3350
3350
else
3351
3351
LIPO_PATH=" ${HOST_LIPO} "
3352
3352
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[@]}
3354
3354
3355
3355
if [[ $( should_execute_action " ${mergedHost} -lipo" ) ]]; then
3356
3356
# Build and test the lipo-ed package.
You can’t perform that action at this time.
0 commit comments