diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-04-16 15:04:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-04-16 15:04:43 +0200 |
| commit | 9e37c04fb24dc30b129d8c858b956aa9d4784a97 (patch) | |
| tree | 83878d3c26839b65b97a1e51dcb8bcda6dc3999d /src/library_list.h | |
| parent | 7870940532b7adb8339a1526ed6a6bb196d5e9ab (diff) | |
| download | box64-9e37c04fb24dc30b129d8c858b956aa9d4784a97.tar.gz box64-9e37c04fb24dc30b129d8c858b956aa9d4784a97.zip | |
Improved support for musl programs
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h index 15dbaebe..68a07e77 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -3,7 +3,7 @@ #endif GO("libc.so.6", libc) -GO("libc.musl-x86_64.so.1", libdl) +GO("libc.musl-x86_64.so.1", libcmusl) GO("libpthread.so.0", libpthread) GO("librt.so.1", librt) GO("libEGL.so.1", libegl) @@ -168,6 +168,7 @@ GO("libncurses.so.6", libncurses6) GO("libtinfo.so.6", libtinfo6) GO("libtbbmalloc.so.2", tbbmalloc) GO("libtbbmalloc_proxy.so.2", tbbmallocproxy) +GO("libtbbbind_2_5.so", tbbbind) GO("libtcmalloc_minimal.so.0", tcmallocminimal) GO("libtcmalloc_minimal.so.4", tcmallocminimal) GO("libmpg123.so.0", mpg123) |