Skip to content

Commit 66f4a84

Browse files
committed
[build-script] Drop Python2.7 from swift_cmake_options.
Since Swift is dropping Python2 support, and since this xcrun line causes spurious errors during a build-script build on systems without Python2, I am proposing we drop this xcrun -find line from build-script-impl.
1 parent 32fceb5 commit 66f4a84

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)