Skip to content

Commit d4c17cd

Browse files
authored
Revert "[build] Use Xcode toolchain Python executables"
1 parent d9a3398 commit d4c17cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/build-script-impl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,6 @@ function set_build_options_for_host() {
483483
-DPython2_EXECUTABLE="$(xcrun -f python2.7)"
484484
-DPython3_EXECUTABLE="$(xcrun -f python3)"
485485
)
486-
lldb_cmake_options+=(
487-
-DPython2_EXECUTABLE="$(xcrun -f python2.7)"
488-
-DPython3_EXECUTABLE="$(xcrun -f python3)"
489-
)
490486
case ${host} in
491487
macosx-x86_64)
492488
SWIFT_HOST_TRIPLE="x86_64-apple-macosx${DARWIN_DEPLOYMENT_VERSION_OSX}"

0 commit comments

Comments
 (0)