Skip to content

Commit

Permalink
Debug spatialite
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed Aug 2, 2024
1 parent 06db5e9 commit cda3976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup/config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ function load_spatialite()
for lib in lib_paths
if isfile(lib)
try
return dlopen(lib)
dlopen(lib)
println("Opened $lib")
catch e
println("Failed to load $lib: $e")
end
Expand Down

0 comments on commit cda3976

Please sign in to comment.