Skip to content

Commit d00848b

Browse files
author
git apple-llvm automerger
committed
Merge commit '837311ccfd63' from swift/release/5.9 into stable/20221013
2 parents 94d0605 + 837311c commit d00848b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

lldb/bindings/python/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,7 @@ function(finish_swig_python swig_target lldb_python_bindings_dir lldb_python_tar
104104
${lldb_python_target_dir}
105105
"plugins"
106106
FILES
107-
"${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py")
108-
109-
create_python_package(
110-
${swig_target}
111-
${lldb_python_target_dir}
112-
"plugins"
113-
FILES
107+
"${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py"
114108
"${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_platform.py")
115109

116110
if(APPLE)

0 commit comments

Comments
 (0)