From 3ddfb04f41ac60529316f64ae5ab1a8ff1cce6e2 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 2 Jan 2020 13:00:02 -0800 Subject: [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARY PYTHON_LIBRARIES is the canonical variable set by FindPythonLibs while PYTHON_LIBRARY is an implementation detail. This replaces the uses of the latter with the former. --- lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt b/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt index e8d1e762eff..9088afe8140 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt +++ b/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt @@ -19,7 +19,7 @@ add_lldb_library(lldbPluginScriptInterpreterPython PLUGIN lldbHost lldbInterpreter lldbTarget - ${PYTHON_LIBRARY} + ${PYTHON_LIBRARIES} ${LLDB_LIBEDIT_LIBS} LINK_COMPONENTS -- cgit v1.2.3