We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9a3398 + d4c17cd commit c974725Copy full SHA for c974725
utils/build-script-impl
@@ -483,10 +483,6 @@ function set_build_options_for_host() {
483
-DPython2_EXECUTABLE="$(xcrun -f python2.7)"
484
-DPython3_EXECUTABLE="$(xcrun -f python3)"
485
)
486
- lldb_cmake_options+=(
487
- -DPython2_EXECUTABLE="$(xcrun -f python2.7)"
488
- -DPython3_EXECUTABLE="$(xcrun -f python3)"
489
- )
490
case ${host} in
491
macosx-x86_64)
492
SWIFT_HOST_TRIPLE="x86_64-apple-macosx${DARWIN_DEPLOYMENT_VERSION_OSX}"
0 commit comments