[Lldb-commits] [PATCH] D19772: Detect Python's executable on NetBSD
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 30 17:30:12 PDT 2016
krytarowski added a comment.
In http://reviews.llvm.org/D19772#417922, @zturner wrote:
> Don't we already call FindPythonInterp from somewhere else in the LLDB's
> CMake files?
$ git grep FindPythonInterp
cmake/modules/LLDBStandalone.cmake: include(FindPythonInterp)
scripts/Python/modules/readline/CMakeLists.txt:include(FindPythonInterp)
It's needed in `scripts/CMakeLists.txt` as well.
Repository:
rL LLVM
http://reviews.llvm.org/D19772
More information about the lldb-commits
mailing list