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.
1 parent 54dc823 commit 8911385Copy full SHA for 8911385
utils/build-script-impl
@@ -484,8 +484,8 @@ function set_build_options_for_host() {
484
-DPython3_EXECUTABLE="$(xcrun -f python3)"
485
)
486
lldb_cmake_options+=(
487
- -DPython2_EXECUTABLE=$(xcrun -f python2.7)
488
- -DPython3_EXECUTABLE=$(xcrun -f python3)
+ -DPython2_EXECUTABLE="$(xcrun -f python2.7)"
+ -DPython3_EXECUTABLE="$(xcrun -f python3)"
489
490
case ${host} in
491
macosx-x86_64)
0 commit comments