Skip to content

Commit d4ea32c

Browse files
authored
Merge pull request #42009 from plotfi/main2
[build-script] Drop Python2.7 from swift_cmake_options.
2 parents 674a2aa + 66f4a84 commit d4ea32c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ function set_build_options_for_host() {
574574
watchos-* | \
575575
watchsimulator-*)
576576
swift_cmake_options+=(
577-
-DPython2_EXECUTABLE="$(xcrun -f python2.7)"
578577
-DPython3_EXECUTABLE="$(xcrun -f python3)"
579578
)
580579
case ${host} in

0 commit comments

Comments
 (0)