about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--src/library_list.h2
-rw-r--r--x64lib/libunwind.so.8bin0 -> 67992 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0df0249..7fb7f1ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -837,6 +837,7 @@ if(NOT _x86 AND NOT _x86_64)
     install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libpng12.so.0 DESTINATION /usr/lib/x86_64-linux-gnu/)
     install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libcrypto.so.1.1 DESTINATION /usr/lib/x86_64-linux-gnu/)
     install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libssl.so.1.1 DESTINATION /usr/lib/x86_64-linux-gnu/)
+    install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libunwind.so.8 DESTINATION /usr/lib/x86_64-linux-gnu/)
    endif()
 endif()
 
diff --git a/src/library_list.h b/src/library_list.h
index fea1827e..26a1c80e 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -345,5 +345,5 @@ GO("libxml2.so.2", xml2)
 
 GO("ld-linux-x86-64.so.2", ldlinux)
 
-GO("libunwind.so.8", unwind)
+//GO("libunwind.so.8", unwind)
 GO("crashhandler.so", crashhandler)
diff --git a/x64lib/libunwind.so.8 b/x64lib/libunwind.so.8
new file mode 100644
index 00000000..a48f81ad
--- /dev/null
+++ b/x64lib/libunwind.so.8
Binary files differ