udpate default version

This commit is contained in:
Victor Shcherb 2018-07-23 21:13:22 +02:00
parent 77796e9cfa
commit 2802147e42

View file

@ -259,7 +259,7 @@ public class NativeLibrary {
if (osname.startsWith("sunos"))
osname = "solaris";
if (osarch.startsWith("i") && osarch.endsWith("86"))
osarch = "x86";
osarch = "amd64";
String libname = libBaseName + "-" + osname + '-' + osarch + ".lib";
// try a bundled library