mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-08 07:59:18 +08:00
Removed fake wrapped libunwind and use real x86_64 one (help wine exeception handling)
This commit is contained in:
parent
787646b3cc
commit
b34cce3f75
@ -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()
|
||||
|
||||
|
@ -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
BIN
x64lib/libunwind.so.8
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user