diff --git a/lldb/source/Host/windows/PythonPathSetup/CMakeLists.txt b/lldb/source/Host/windows/PythonPathSetup/CMakeLists.txt index 6b84a7187160b..96f2b482b376f 100644 --- a/lldb/source/Host/windows/PythonPathSetup/CMakeLists.txt +++ b/lldb/source/Host/windows/PythonPathSetup/CMakeLists.txt @@ -1,8 +1,5 @@ add_lldb_library(lldbHostPythonPathSetup STATIC PythonPathSetup.cpp - - LINK_LIBS - LLVMSupport ) if(DEFINED LLDB_PYTHON_DLL_RELATIVE_PATH)