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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
