DavidSpickett wrote:

The way the cmake is written it seems that Py_pexpect_FOUND is set to false the 
first time you run cmake. Then you install pexpect and lldb_find_python_module 
bails early because Py_pexpect_FOUND is *still* set to false.

If you remove the CMake cache it'll then find pexpect as, well, expected.

https://github.com/llvm/llvm-project/pull/83191
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to