about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-11-04 15:15:44 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-11-04 15:15:44 +0100
commitb34cce3f7539908803ca9c556952a13507413285 (patch)
tree4d89449b31f28c4dddcdf79666c83cb7aa773813 /src
parent787646b3cc6aac98522a37bc7538f35ea7bb45c4 (diff)
downloadbox64-b34cce3f7539908803ca9c556952a13507413285.tar.gz
box64-b34cce3f7539908803ca9c556952a13507413285.zip
Removed fake wrapped libunwind and use real x86_64 one (help wine exeception handling)
Diffstat (limited to 'src')
-rw-r--r--src/library_list.h2
1 files changed, 1 insertions, 1 deletions
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)