Changed UDT dist name to netty-UDT...

This commit is contained in:
nathan 2016-03-19 12:40:34 +01:00
parent ce4e3bef90
commit 63d8d06653

View File

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