[Lldb-commits] [PATCH] D74727: Allow customized relative PYTHONHOME
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 20 01:23:56 PST 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
This looks good to me.
================
Comment at: lldb/cmake/modules/LLDBConfig.cmake:68-70
+option(LLDB_EMBED_PYTHON_HOME
+ "Embed PYTHONHOME in the binary. If set to OFF, PYTHONHOME environment variable will \
+ be used to to locate Python." ${default_embed_python_home})
----------------
Maybe this could also be in the `if(LLDB_ENABLE_PYTHON)` block below?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74727/new/
https://reviews.llvm.org/D74727
More information about the lldb-commits
mailing list