mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-07 08:46:58 +00:00
Add amd64 architecture (using a temporary path)
This commit is contained in:
parent
d10ff49dcb
commit
3aac580f2c
@ -82,6 +82,9 @@ public class LiteWalletJni {
|
|||||||
else if (osName.equals("Linux") && osArchitecture.equals("aarch64")) {
|
else if (osName.equals("Linux") && osArchitecture.equals("aarch64")) {
|
||||||
libPath = "/home/pi/librust.so";
|
libPath = "/home/pi/librust.so";
|
||||||
}
|
}
|
||||||
|
else if (osName.equals("Linux") && osArchitecture.equals("amd64")) {
|
||||||
|
libPath = "/etc/qortal/librust.so";
|
||||||
|
}
|
||||||
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