diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-09 11:58:35 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-09 11:58:35 +0200 |
| commit | ec3786f86295b0fb769970bcb3c77b4ffffd7d48 (patch) | |
| tree | eeda9ecd7394e93eac2f759786ac3f7c19a1334b /src/library_list.h | |
| parent | 0e761801deb4aa045e6052dee454973587e8dd4b (diff) | |
| download | box64-ec3786f86295b0fb769970bcb3c77b4ffffd7d48.tar.gz box64-ec3786f86295b0fb769970bcb3c77b4ffffd7d48.zip | |
Various improvement and some workaround to support musl binary (for #324)
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 7c3c41cb..1fadc421 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -3,6 +3,7 @@ #endif GO("libc.so.6", libc) +GO("libc.musl-x86_64.so.1", libdl) GO("libpthread.so.0", libpthread) GO("librt.so.1", librt) GO("libEGL.so.1", libegl) |