File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,12 +278,12 @@ are commonly used on Windows.
278
278
crash, rather than having to reproduce a failure or use a crash dump.
279
279
* ``PYTHON_HOME `` (Required): Path to the folder where the Python distribution
280
280
is installed. For example, ``C:\Python35 ``.
281
- * ``LLDB_RELOCATABLE_PYTHON `` (Default=0 ): When this is 0 , LLDB will bind
281
+ * ``LLDB_EMBED_PYTHON_HOME `` (Default=1 on Windows ): When this is 1 , LLDB will bind
282
282
statically to the location specified in the ``PYTHON_HOME `` CMake variable,
283
283
ignoring any value of ``PYTHONHOME `` set in the environment. This is most
284
284
useful for developers who simply want to run LLDB after they build it. If you
285
285
wish to move a build of LLDB to a different machine where Python will be in a
286
- different location, setting ``LLDB_RELOCATABLE_PYTHON `` to 1 will cause
286
+ different location, setting ``LLDB_EMBED_PYTHON_HOME `` to 0 will cause
287
287
Python to use its default mechanism for finding the python installation at
288
288
runtime (looking for installed Pythons, or using the ``PYTHONHOME ``
289
289
environment variable if it is specified).
You can’t perform that action at this time.
0 commit comments