diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-14 20:56:07 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-14 20:56:07 +0100 |
| commit | d03c85da9045a67e178c98d94b607cc3cd8d22c0 (patch) | |
| tree | fbd782d553156e68de26505ac514a532da98e4d6 /src/library_list_32.h | |
| parent | 6a5d8313312ca254b7382019dc99912cabc5dafd (diff) | |
| download | box64-d03c85da9045a67e178c98d94b607cc3cd8d22c0.tar.gz box64-d03c85da9045a67e178c98d94b607cc3cd8d22c0.zip | |
[BOX32][WRAPPER] More fixes to libc and X11 wrapping
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h index 487e4b64..b48c5042 100644 --- a/src/library_list_32.h +++ b/src/library_list_32.h @@ -80,6 +80,6 @@ GO("libvdpau.so", libvdpau) GO("libnsl.so.1", nsl) GO("libnsl.so", nsl) -GO("crashhandler.so", crashhandler) +//GO("crashhandler.so", crashhandler) GO("libtcmalloc_minimal.so.0", tcmallocminimal) GO("libtcmalloc_minimal.so.4", tcmallocminimal) |