[Lldb-commits] [PATCH] D67641: Cache PYTHON_EXECUTABLE for windows
    Haibo Huang via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Sep 16 17:22:40 PDT 2019
    
    
  
hhb added a comment.
In D67641#1671881 <https://reviews.llvm.org/D67641#1671881>, @JDevlieghere wrote:
> Can we match what `FindPythonInterp ` and `FindPythonLibs` does?
>
>   mark_as_advanced(
>     PYTHON_EXECUTABLE
>     PYTHON_DEBUG_LIBRARY
>     PYTHON_LIBRARY
>     PYTHON_INCLUDE_DIR
>   )
>
Added for PYTHON_EXECUTABLE.
PYTHON_HOME is required, and other variables are derived from PYTHON_HOME. I don't think anyone will be interested in setting them separately...
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67641/new/
https://reviews.llvm.org/D67641
    
    
More information about the lldb-commits
mailing list