[Lldb-commits] [lldb] [lldb][windows] print an error if python.dll is not in the DLL search path (PR #164893)
Martin Storsjö via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 24 02:22:47 PDT 2025
mstorsjo wrote:
> I ended up using `Python3_RUNTIME_LIBRARY` which points to `python310.dll` or its equivalent. I could not find a variable which points to `python3.dll`.
`Python3_RUNTIME_LIBRARY` doesn't seem to be set in my case (when cross compiling from Linux). I don't find it documented at https://cmake.org/cmake/help/latest/module/FindPython3.html either.
https://github.com/llvm/llvm-project/pull/164893
More information about the lldb-commits
mailing list