mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-24 14:34:46 +02:00
fix lib name
This commit is contained in:
parent
317ca2dace
commit
ff92621e98
@ -196,9 +196,9 @@ public class LoadSnappy
|
||||
return;
|
||||
}
|
||||
}
|
||||
// Try to load snappy in LD_PATH
|
||||
// Try to load snappyjava DLL in LD_PATH
|
||||
try {
|
||||
System.loadLibrary("snappy");
|
||||
System.loadLibrary("snappyjava");
|
||||
isLoaded = true;
|
||||
}
|
||||
catch (UnsatisfiedLinkError e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user