Skip to content

Commit

Permalink
Add GDAL jni path to LD_LIBRARY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
milos.colic committed Oct 20, 2023
1 parent 76b8044 commit 366f430
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ object MosaicGDAL extends Logging {
if (Files.exists(Paths.get(path))) System.load(path)
} catch {
case t: Throwable =>
println(t.toString)
println(s"Failed to load $path")
logWarning(s"Failed to load $path", t)
}
Expand Down

0 comments on commit 366f430

Please sign in to comment.