mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 16:43:14 +00:00
add /usr/lib64 as possible location for linux pcsc lib
This commit is contained in:
@@ -33,7 +33,8 @@ public abstract class CardApi {
|
||||
new File("/usr/lib/libpcsclite.so.1"),
|
||||
new File("/usr/local/lib/libpcsclite.so.1"),
|
||||
new File("/lib/x86_64-linux-gnu/libpcsclite.so.1"),
|
||||
new File("/lib/aarch64-linux-gnu/libpcsclite.so.1")};
|
||||
new File("/lib/aarch64-linux-gnu/libpcsclite.so.1"),
|
||||
new File("/usr/lib64/libpcsclite.so.1")};
|
||||
|
||||
private static boolean initialized;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user