File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -3573,24 +3573,25 @@ for host in "${ALL_HOSTS[@]}"; do
3573
3573
echo " --install-destdir is required to install products."
3574
3574
exit 1
3575
3575
fi
3576
-
3577
- case ${host} in
3578
- linux-* )
3576
+ if [[ " $using_xcodebuild " == " TRUE " ]] ; then
3577
+ case ${host} in
3578
+ linux-* )
3579
3579
;;
3580
- freebsd-* )
3580
+ freebsd-* )
3581
3581
;;
3582
- cygwin-* )
3582
+ cygwin-* )
3583
3583
;;
3584
- haiku-* )
3584
+ haiku-* )
3585
3585
;;
3586
- macosx-* )
3587
- set_lldb_xcodebuild_options
3588
- set_lldb_build_mode
3589
- with_pushd ${LLDB_SOURCE_DIR} \
3590
- call xcodebuild -target toolchain -configuration ${LLDB_BUILD_MODE} install ${lldb_xcodebuild_options[@]} DSTROOT=" ${host_install_destdir} " LLDB_TOOLCHAIN_PREFIX=" ${TOOLCHAIN_PREFIX} "
3591
- continue
3586
+ macosx-* )
3587
+ set_lldb_xcodebuild_options
3588
+ set_lldb_build_mode
3589
+ with_pushd ${LLDB_SOURCE_DIR} \
3590
+ call xcodebuild -target toolchain -configuration ${LLDB_BUILD_MODE} install ${lldb_xcodebuild_options[@]} DSTROOT=" ${host_install_destdir} " LLDB_TOOLCHAIN_PREFIX=" ${TOOLCHAIN_PREFIX} "
3591
+ continue
3592
3592
;;
3593
- esac
3593
+ esac
3594
+ fi
3594
3595
;;
3595
3596
swiftpm)
3596
3597
if [[ -z " ${INSTALL_SWIFTPM} " ]] ; then
You can’t perform that action at this time.
0 commit comments