The name liblz4-java.so of JNI lib in net/jpountz/util/win32/amd64/ is little bit weird. Is it possible to rename it as a dll file?
|
public enum Native { |
|
; |
|
|
|
private enum OS { |
|
// Even on Windows, the default compiler from cpptasks (gcc) uses .so as a shared lib extension |
|
WINDOWS("win32", "so"), LINUX("linux", "so"), MAC("darwin", "dylib"), SOLARIS("solaris", "so"); |
Another JNI lib snappy-java does't seem to have this problem. https://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.10.8/
The name
liblz4-java.soof JNI lib innet/jpountz/util/win32/amd64/is little bit weird. Is it possible to rename it as adllfile?lz4-java/src/java/net/jpountz/util/Native.java
Lines 26 to 31 in 9ece12a
Another JNI lib snappy-java does't seem to have this problem. https://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.10.8/