Author: Gianfranco Costamagna Last-Update: 2020-01-21 Index: llvm-toolchain-9-9.0.1/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp =================================================================== --- llvm-toolchain-9-9.0.1.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp +++ llvm-toolchain-9-9.0.1/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp @@ -337,8 +337,8 @@ llvm::sys::path::append(path, style, LLDB_PYTHON_RELATIVE_LIBDIR); #else llvm::sys::path::append(path, style, - "python" + llvm::Twine(PY_MAJOR_VERSION) + "." + - llvm::Twine(PY_MINOR_VERSION), + "python" /*+ llvm::Twine(PY_MAJOR_VERSION)*/ + "3" + /*llvm::Twine(PY_MINOR_VERSION)*/, "site-packages"); #endif }