We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7510a72 commit 085f68eCopy full SHA for 085f68e
java-does-usb/src/main/java/net/codecrete/usb/linux/gen/udev/RuntimeHelper.java
@@ -22,7 +22,7 @@ final class RuntimeHelper {
22
static {
23
// System.loadLibrary("udev");
24
// SymbolLookup loaderLookup = SymbolLookup.loaderLookup();
25
- SymbolLookup loaderLookup = SymbolLookup.libraryLookup("libudev.so", SegmentScope.global());
+ SymbolLookup loaderLookup = SymbolLookup.libraryLookup("libudev.so.1", SegmentScope.global());
26
SYMBOL_LOOKUP = name -> loaderLookup.find(name).or(() -> LINKER.defaultLookup().find(name));
27
}
28
0 commit comments