[build-script] Remove python override

Build script should just use what it is told to use.
This commit is contained in:
Felipe de Azevedo Piovezan
2024-08-23 12:26:42 -07:00
parent 77a7768c65
commit ea5ed4888f

View File

@@ -583,9 +583,6 @@ function set_build_options_for_host() {
watchsimulator-* | \
xros-* | \
xrsimulator-*)
swift_cmake_options+=(
-DPython3_EXECUTABLE="$(xcrun -f python3)"
)
case ${host} in
macosx-x86_64)
SWIFT_HOST_TRIPLE="x86_64-apple-macosx${DARWIN_DEPLOYMENT_VERSION_OSX}"