forked from lz4/lz4-java
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
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?
lz4-java/src/java/net/jpountz/util/Native.java
Lines 26 to 31 in 9ece12a
| 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/
Metadata
Metadata
Assignees
Labels
No labels