about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-11-30 21:37:55 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-11-30 21:37:55 +0100
commit8cd27fca4d6c3724d4028096a6a654431db79692 (patch)
tree9aa617e4e9399411840850f3572a8065e8c42f1e /src/library_list.h
parent3676ca15c892558dea0d4b1bda7c939486116a38 (diff)
downloadbox64-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.h1
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)