[Lldb-commits] [lldb] Push down cpython module to the submodule (PR #113066)

via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 23 13:17:12 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,
----------------
dingxiangfei2009 wrote:

No it is not. I will revert it.

I looked it up and it turns out that the `dist-` qualification is a Debian rule. I will leave this alone for discussion on another day.

https://github.com/llvm/llvm-project/pull/113066


More information about the lldb-commits mailing list