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-12-01 10:45:59 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-12-01 10:45:59 +0100
commit1bd928a766d2ce170437a72d8c5099fddcebbc34 (patch)
treefca4229d6ed4d9cd0f5ab14bfa139bbad047b2ea /src/library_list.h
parente493b0775d942a8b052240a334765ac78948d7bd (diff)
downloadbox64-1bd928a766d2ce170437a72d8c5099fddcebbc34.tar.gz
box64-1bd928a766d2ce170437a72d8c5099fddcebbc34.zip
[ANDROID] Try to fix libbsd issues
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 5396c855..8c75e4c5 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)
@@ -331,7 +332,6 @@ GO("libandroid-shmem.so", androidshmem)
 GO("libc.so.6", libc)
 GO("libm.so.6", libm)
 GO("libdl.so.2", libdl)
-GO("libbsd.so.0", libbsd)
 GO("libcups.so.2", libcups)
 GO("liblber-2.4.so.2", lber)
 GO("libldap_r-2.4.so.2", ldapr)