mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[build-script] Remove python override
Build script should just use what it is told to use.
This commit is contained in:
@@ -583,9 +583,6 @@ function set_build_options_for_host() {
|
|||||||
watchsimulator-* | \
|
watchsimulator-* | \
|
||||||
xros-* | \
|
xros-* | \
|
||||||
xrsimulator-*)
|
xrsimulator-*)
|
||||||
swift_cmake_options+=(
|
|
||||||
-DPython3_EXECUTABLE="$(xcrun -f python3)"
|
|
||||||
)
|
|
||||||
case ${host} in
|
case ${host} in
|
||||||
macosx-x86_64)
|
macosx-x86_64)
|
||||||
SWIFT_HOST_TRIPLE="x86_64-apple-macosx${DARWIN_DEPLOYMENT_VERSION_OSX}"
|
SWIFT_HOST_TRIPLE="x86_64-apple-macosx${DARWIN_DEPLOYMENT_VERSION_OSX}"
|
||||||
|
|||||||
Reference in New Issue
Block a user