diff --git a/lldb/bindings/python/CMakeLists.txt b/lldb/bindings/python/CMakeLists.txt --- a/lldb/bindings/python/CMakeLists.txt +++ b/lldb/bindings/python/CMakeLists.txt @@ -103,13 +103,7 @@ ${lldb_python_target_dir} "plugins" FILES - "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py") - - create_python_package( - ${swig_target} - ${lldb_python_target_dir} - "plugins" - FILES + "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py" "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_platform.py") if(APPLE)