about summary refs log tree commit diff stats
path: root/src/library_list_32.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-12-13 16:31:37 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-12-13 16:31:37 +0100
commit0239305f69dbafc701eb8f9ec63723dc70abf9b5 (patch)
tree4c08aa456f4215e1fc265f0a166e64fc482fd004 /src/library_list_32.h
parent3ee5558c70a384d3791c27ab94ca97f7e8198732 (diff)
downloadbox64-0239305f69dbafc701eb8f9ec63723dc70abf9b5.tar.gz
box64-0239305f69dbafc701eb8f9ec63723dc70abf9b5.zip
[BOX32][WRAPPER] Added empty 32bits wrapped libnsl
Diffstat (limited to 'src/library_list_32.h')
-rw-r--r--src/library_list_32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h
index 8111b6b6..487e4b64 100644
--- a/src/library_list_32.h
+++ b/src/library_list_32.h
@@ -77,6 +77,8 @@ GO("libdrm.so.2", libdrm)
 GO("libdrm.so", libdrm)
 GO("libvdpau.so.1", libvdpau)
 GO("libvdpau.so", libvdpau)
+GO("libnsl.so.1", nsl)
+GO("libnsl.so", nsl)
 
 GO("crashhandler.so", crashhandler)
 GO("libtcmalloc_minimal.so.0", tcmallocminimal)