diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index e87d44a9f502..c9818f897950 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -244,7 +244,8 @@ if [ ${OS_NAME} = "Darwin" ] then # lldb/macosx package_files="${SRC_ROOT}/examples/python/crashlog.py - ${SRC_ROOT}/examples/darwin/heap_find/heap.py" + ${SRC_ROOT}/examples/darwin/heap_find/heap.py + ${SRC_ROOT}/examples/python/unwind_diagnose.py" create_python_package "/macosx" "${package_files}" # Copy files needed by lldb/macosx/heap.py to build libheap.dylib