Skip to content

Commit 4b3c83c

Browse files
MikeCoatssimonw
authored andcommitted
Add spatialite arm64 linux path
Issue: #599
1 parent 622c3a5 commit 4b3c83c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite_utils/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
SPATIALITE_PATHS = (
3535
"/usr/lib/x86_64-linux-gnu/mod_spatialite.so",
36+
"/usr/lib/aarch64-linux-gnu/mod_spatialite.so",
3637
"/usr/local/lib/mod_spatialite.dylib",
3738
"/usr/local/lib/mod_spatialite.so",
3839
"/opt/homebrew/lib/mod_spatialite.dylib",

0 commit comments

Comments
 (0)