mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-25 15:04:32 +02:00
Update src/main/java/org/xerial/snappy/OSInfo.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
29f87f8357
commit
c3723e5241
@ -235,7 +235,7 @@ public class OSInfo {
|
|||||||
try {
|
try {
|
||||||
return new File("/lib/ld-musl-x86_64.so.1").exists();
|
return new File("/lib/ld-musl-x86_64.so.1").exists();
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (SecurityException e) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user