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