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 @@ -3332,7 +3332,7 @@ if [[ ${#LIPO_SRC_DIRS[@]} -gt 0 ]]; then
3332
3332
else
3333
3333
LIPO_PATH=" ${HOST_LIPO} "
3334
3334
fi
3335
- 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[@]}
3335
+ 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[@]}
3336
3336
3337
3337
if [[ $( should_execute_action " ${mergedHost} -lipo" ) ]]; then
3338
3338
# Build and test the lipo-ed package.
You can’t perform that action at this time.
0 commit comments