summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-03-25 23:36:12 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-03-25 23:36:12 +0000
commit1d1f1ba3d240aa0109ed71e6c0aef1e5cf0e6a89 (patch)
tree26076b10555a720b023dd6f86680fd7fe1cdd181 /lldb/unittests/ScriptInterpreter/Python
parente6c24299d2373b2c809e4577bae8c308a971485c (diff)
downloadbcm5719-llvm-1d1f1ba3d240aa0109ed71e6c0aef1e5cf0e6a89.tar.gz
bcm5719-llvm-1d1f1ba3d240aa0109ed71e6c0aef1e5cf0e6a89.zip
[Python] Move SWIG wrapper dependency into the plugin
This should fix the Windows bot (fingers crossed). llvm-svn: 356967
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
-rw-r--r--lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud