Skip to content

Commit

Permalink
issue finding libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 20, 2024
1 parent 5947f0a commit e2706e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ object MosaicGDAL extends Logging {
// noinspection ScalaStyle
private def loadOrNOOP(path: String): Unit = {
try {
if (Files.exists(Paths.get(path))) System.load(path)
// if (Files.exists(Paths.get(path))) System.load(path)
System.load(path)
} catch {
case t: Throwable =>
println(t.toString)
Expand Down

0 comments on commit e2706e2

Please sign in to comment.