charles-zablit 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 > [cmake.org/cmake/help/latest/module/FindPython3.html](https://cmake.org/cmake/help/latest/module/FindPython3.html) > either.
I'm confused as to where this variable comes from in the first place, because it's not documented and now that I did a clean build, it's gone. I'm still trying to find a proper way of getting the dll name, there does not seem to be any variable that return the path/name. `Python3_SABI_LIBRARIES` is empty unless `Python3_SABI_LIBRARY` is set. https://github.com/llvm/llvm-project/pull/164893 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
