@@ -669,10 +669,6 @@ function set_build_options_for_host() {
669
669
-DCOMPILER_RT_ENABLE_TVOS:BOOL=FALSE
670
670
-DSANITIZER_MIN_OSX_VERSION=" ${cmake_osx_deployment_target} "
671
671
-DLLVM_ENABLE_MODULES:BOOL=" $( true_false ${LLVM_ENABLE_MODULES} ) "
672
- # NOTE(compnerd) this explicitly sets up the python executable
673
- # since we sometimes end up with python 3 and the tooling
674
- # currently relies on python 2.7
675
- -DPYTHON_EXECUTABLE:PATH=/usr/bin/python2.7
676
672
)
677
673
if [[ $( is_llvm_lto_enabled) == " TRUE" ]]; then
678
674
if [[ $( cmake_needs_to_specify_standard_computed_defaults) == " TRUE" ]]; then
@@ -2562,21 +2558,6 @@ for host in "${ALL_HOSTS[@]}"; do
2562
2558
cmake_options+=(
2563
2559
-DLLDB_CODESIGN_IDENTITY=" "
2564
2560
-DLLDB_USE_SYSTEM_DEBUGSERVER:BOOL=" ${LLDB_USE_SYSTEM_DEBUGSERVER} "
2565
-
2566
- # NOTE(compnerd) this explicitly sets up the python
2567
- # executable since we sometimes end up with python 3 and
2568
- # the tooling currently relies on python 2.7
2569
- -DPython_ADDITIONAL_VERSIONS=" 2.7"
2570
- -DPYTHON_EXECUTABLE:PATH=/usr/bin/python2.7
2571
- -DPYTHON_LIBRARY=" $( xcrun --sdk ${xcrun_sdk_name} --show-sdk-path) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.tbd"
2572
- -DPYTHON_INCLUDE_DIR=" $( xcrun --sdk ${xcrun_sdk_name} --show-sdk-path) /System/Library/Frameworks/Python.framework/Headers"
2573
- )
2574
- else
2575
- cmake_options+=(
2576
- # NOTE(compnerd) this explicitly sets up the python
2577
- # executable since we sometimes end up with python 3 and
2578
- # the tooling currently relies on python 2.7
2579
- -DPYTHON_EXECUTABLE:PATH=/usr/bin/python2.7
2580
2561
)
2581
2562
fi
2582
2563
fi
0 commit comments