tweaked UDT library dist name

This commit is contained in:
nathan 2016-03-20 07:26:58 +01:00
parent 7af25d29ac
commit 2988ae4bb0

View File

@ -166,7 +166,7 @@ class SocketUDT {
sourceFileName = packageName + "/natives/" + osName + "/" + sourceFileName;
NativeLoader.loadLibrary(sourceFileName, "libnetty-UDT-", TypeUDT.class);
NativeLoader.loadLibrary(sourceFileName, "libnetty-UDT", TypeUDT.class);
log.info("Release libraries loaded.");
loaded = true;