mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-07 18:27:53 +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")) {
|
else if (osName.equals("Linux") && osArchitecture.equals("amd64")) {
|
||||||
libPath = "/etc/qortal/librust.so";
|
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 {
|
else {
|
||||||
LOGGER.info("Library not found for OS: {}, arch: {}", osName, osArchitecture);
|
LOGGER.info("Library not found for OS: {}, arch: {}", osName, osArchitecture);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user