Allow customized relative PYTHONHOME (Attemp 1)
authorHaibo Huang <hhb@google.com>
Fri, 21 Feb 2020 23:52:15 +0000 (15:52 -0800)
committerHaibo Huang <hhb@google.com>
Sat, 22 Feb 2020 00:25:30 +0000 (16:25 -0800)
commit3ec3f62f0a0b1ac13230922c91ffc988c1b1e8d5
tree42d70bdb510a259307763acacf26b0b47c085863
parentbf4933b4ea657128f1afcf19758866d41e5aebf9
Allow customized relative PYTHONHOME (Attemp 1)

Summary:
This is another attempt of 0bb90628b5f7c170689d2d3f019af773772fc649.

The difference is that g_python_home is not declared as const. Since
some versions of python do not expect that.

Subscribers: mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D74998
lldb/cmake/modules/LLDBConfig.cmake
lldb/include/lldb/Host/Config.h.cmake
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp