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