Skip to content

Commit ea5ed48

Browse files
[build-script] Remove python override
Build script should just use what it is told to use.
1 parent 77a7768 commit ea5ed48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/build-script-impl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,6 @@ function set_build_options_for_host() {
583583
watchsimulator-* | \
584584
xros-* | \
585585
xrsimulator-*)
586-
swift_cmake_options+=(
587-
-DPython3_EXECUTABLE="$(xcrun -f python3)"
588-
)
589586
case ${host} in
590587
macosx-x86_64)
591588
SWIFT_HOST_TRIPLE="x86_64-apple-macosx${DARWIN_DEPLOYMENT_VERSION_OSX}"

0 commit comments

Comments
 (0)