diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-01 22:03:04 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-01 22:03:04 +0000 |
commit | dd245c4f8fe0e2c1222fd0360a7febc752db9417 (patch) | |
tree | 62666f08fc116efe4e2dce7cb8847cd6d5b1ee75 /lldb/unittests/ScriptInterpreter/Python | |
parent | 1cd4216c75a213e3df84352139918e1a47550fb2 (diff) | |
download | bcm5719-llvm-dd245c4f8fe0e2c1222fd0360a7febc752db9417.tar.gz bcm5719-llvm-dd245c4f8fe0e2c1222fd0360a7febc752db9417.zip |
[CMake] Only the Python scirpt interpreter should link against Python.
This patch removes spurious links against Python.
llvm-svn: 357431
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
-rw-r--r-- | lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt index 891ade25b76..fdb86db7cf3 100644 --- a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt +++ b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt @@ -6,8 +6,6 @@ add_lldb_unittest(ScriptInterpreterPythonTests LINK_LIBS lldbHost lldbPluginScriptInterpreterPython - ${PYTHON_LIBRARY} LINK_COMPONENTS Support - ) -
\ No newline at end of file + )
\ No newline at end of file |