diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-11-30 21:37:55 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-11-30 21:37:55 +0100 |
| commit | 8cd27fca4d6c3724d4028096a6a654431db79692 (patch) | |
| tree | 9aa617e4e9399411840850f3572a8065e8c42f1e /src/library_list.h | |
| parent | 3676ca15c892558dea0d4b1bda7c939486116a38 (diff) | |
| download | box64-8cd27fca4d6c3724d4028096a6a654431db79692.tar.gz box64-8cd27fca4d6c3724d4028096a6a654431db79692.zip | |
Added support for wrapped libbsd (needed for latest libstdc++ lib)
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | 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 26a1c80e..c5456170 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -5,6 +5,7 @@ GO("libc.musl-x86_64.so.1", libcmusl) GO("libpthread.so.0", libpthread) GO("librt.so.1", librt) +GO("libbsd.so.0", libbsd) GO("libEGL.so.1", libegl) GO("libGL.so.1", libgl) GO("libGL.so", libgl) |