Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed Aug 2, 2024
1 parent 7aea4b2 commit 06db5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end

function load_spatialite()
lib_paths = [
oinpath(root_dir, ".CondaPkg/env/lib/libspatialite.so"),
joinpath(root_dir, ".CondaPkg/env/lib/libspatialite.so"),
joinpath(root_dir, ".CondaPkg/env/lib/libspatialite.so.2"),
joinpath(root_dir, ".CondaPkg/env/lib/libspatialite.so.2.12.7")
]
Expand Down

0 comments on commit 06db5e9

Please sign in to comment.