[Lldb-commits] [lldb] Push down cpython module to the submodule (PR #113066)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 21 14:34:51 PDT 2024
================
@@ -145,7 +145,7 @@ add_lldb_library(liblldb SHARED ${option_framework}
${option_install_prefix}
)
-# lib/pythonX.Y/dist-packages/lldb/_lldb.so is a symlink to lib/liblldb.so,
+# lib/pythonX.Y/site-packages/lldb/_lldb.so is a symlink to lib/liblldb.so,
----------------
JDevlieghere wrote:
This isn't related to this change, right? This was already the case previously?
https://github.com/llvm/llvm-project/pull/113066
More information about the lldb-commits
mailing list