From 1d1f1ba3d240aa0109ed71e6c0aef1e5cf0e6a89 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 25 Mar 2019 23:36:12 +0000 Subject: [Python] Move SWIG wrapper dependency into the plugin This should fix the Windows bot (fingers crossed). llvm-svn: 356967 --- lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/unittests/ScriptInterpreter') diff --git a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt index 891ade25b76..ed8c86f6041 100644 --- a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt +++ b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt @@ -7,7 +7,7 @@ add_lldb_unittest(ScriptInterpreterPythonTests lldbHost lldbPluginScriptInterpreterPython ${PYTHON_LIBRARY} + ${lldb_python_wrapper} LINK_COMPONENTS Support ) - \ No newline at end of file -- cgit v1.2.3