Skip to content

Commit 8d044c3

Browse files
committed
Remove debug statement
1 parent 5b58591 commit 8d044c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/build-script-impl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,6 @@ function set_deployment_target_based_options() {
483483
;;
484484
esac
485485

486-
echo "num deployment targets = ${#CROSS_COMPILE_TOOLS_DEPLOYMENT_TARGETS[@]}"
487-
488486
llvm_cmake_options=(
489487
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="${cmake_osx_deployment_target}"
490488
-DCMAKE_OSX_SYSROOT:PATH="$(xcrun --sdk ${xcrun_sdk_name} --show-sdk-path)"

0 commit comments

Comments
 (0)