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 f56a96a commit 54dc823Copy full SHA for 54dc823
utils/build-script-impl
@@ -483,6 +483,10 @@ 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