[Lldb-commits] [PATCH] D19772: Detect Python's executable on NetBSD
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 30 17:43:42 PDT 2016
zturner added inline comments.
================
Comment at: scripts/CMakeLists.txt:12
@@ -11,1 +11,3 @@
+include(FindPythonInterp)
+
----------------
Is the problem that `PYTHON_EXECUTABLE` is not set? I see a call to `include(FindPythonInterp)` in `llvm/CMakeLists.txt`. Is the value getting lost somewhere?
Repository:
rL LLVM
http://reviews.llvm.org/D19772
More information about the lldb-commits
mailing list