Removed fake wrapped libunwind and use real x86_64 one (help wine exeception handling)

This commit is contained in:
ptitSeb 2023-11-04 15:15:44 +01:00
parent 787646b3cc
commit b34cce3f75
3 changed files with 2 additions and 1 deletions

View File

@ -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()

View File

@ -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)

BIN
x64lib/libunwind.so.8 Normal file

Binary file not shown.