udpate default version
This commit is contained in:
parent
77796e9cfa
commit
2802147e42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue