hhb added inline comments.
================ Comment at: lldb/scripts/Python/prepare_binding_Python.py:284 + module_path = options.python_relative_path + if module_path is None: + from distutils.sysconfig import get_python_lib ---------------- hhb wrote: > Just bail out in this situation? So that the error can be more obvious. E.g. > someone changed cmake file but didn't know to update here. finishSwigPythonLLDB.py also need to be updated similar to what you did here. Specially get_framework_python_dir() and make_symlink(). CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67890/new/ https://reviews.llvm.org/D67890 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits