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>2025-01-26 16:42:27 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-01-26 16:42:27 +0100
commitc3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf (patch)
tree060a9c07b502ec0f3d7baa7facd8addd072b4427 /src/library_list_32.h
parentc566ba970d0b36d15bd93bb3da4065e825627197 (diff)
downloadbox64-c3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf.tar.gz
box64-c3dbdf419d04aba81ac8d3d7f8239c4d0efe61bf.zip
[BOX32][WRAPPER] Added some minium 32bits wrapping for libcups (helps wine)
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 84789c56..c7b22e18 100644
--- a/src/library_list_32.h
+++ b/src/library_list_32.h
@@ -89,6 +89,8 @@ GO("libvdpau.so.1", libvdpau)
 GO("libvdpau.so", libvdpau)
 GO("libnsl.so.1", nsl)
 GO("libnsl.so", nsl)
+GO("libcups.so.2", libcups)
+GO("libcups.so", libcups)
 
 //GO("crashhandler.so", crashhandler)
 GO("libtcmalloc_minimal.so.0", tcmallocminimal)