[all-commits] [llvm/llvm-project] 8c8ffd: [lldb/CMake] Only set PYTHON_HOME on Windows
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jan 6 10:07:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8c8ffd461d16681cb1fc764bedfa8b09fde260aa
https://github.com/llvm/llvm-project/commit/8c8ffd461d16681cb1fc764bedfa8b09fde260aa
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-06 (Mon, 06 Jan 2020)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
Log Message:
-----------
[lldb/CMake] Only set PYTHON_HOME on Windows
My earlier change for Python auto-detection caused PYTHON_HOME to be set
unconditionally, while before the change this only happened for Windows.
This caused the PythonDataObjectsTest to fail with an import error.
More information about the All-commits
mailing list