mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 11:32:32 +00:00
Added Windows amd64 architecture (again with a temporary path)
This commit is contained in:
parent
f26267e572
commit
22f9f08885
@ -85,6 +85,9 @@ public class LiteWalletJni {
|
||||
else if (osName.equals("Linux") && osArchitecture.equals("amd64")) {
|
||||
libPath = "/etc/qortal/librust.so";
|
||||
}
|
||||
else if (osName.contains("Windows") && osArchitecture.equals("amd64")) {
|
||||
libPath = "C:\\Users\\User\\Repositories\\pirate-litewalletjni\\src\\target\\release\\rust.dll";
|
||||
}
|
||||
else {
|
||||
LOGGER.info("Library not found for OS: {}, arch: {}", osName, osArchitecture);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user