about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-26 20:19:00 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-26 20:19:00 +0200
commit035d0aebc154c4af997daa5d1267c62df122dccd (patch)
tree52ef53e7bd72fcbef7774548b8faa594b9630c58
parenta5dbd582005e7d498c02cc0c26870abfcb062271 (diff)
downloadbox64-035d0aebc154c4af997daa5d1267c62df122dccd.tar.gz
box64-035d0aebc154c4af997daa5d1267c62df122dccd.zip
Added libudev.so synonym of libudev.so.1
-rwxr-xr-xsrc/library_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 02b3e40f..2f26cd29 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -87,6 +87,7 @@ GO("libcurl-gnutls.so.4", curl)
 GO("libcurl.so.3", curl)
 GO("libudev.so.0", udev0)
 GO("libudev.so.1", udev1)
+GO("libudev.so", udev1)
 GO("libdbus-1.so.3", dbus)
 //GO("libiconv.so.2", iconv)
 GO("libdrm.so.2", libdrm)