Skip to content

Commit

Permalink
Merge pull request #1 from colcek/fix-ubuntu
Browse files Browse the repository at this point in the history
Missing extension in module name is added for Ubuntu 18.04/bionic
  • Loading branch information
malexer authored Feb 25, 2019
2 parents 768f44a + bae1515 commit cdaf91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spatialite/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Connection(sqlite3.Connection):

EXT_NAMES = (
'mod_spatialite', # Ubuntu
'mod_spatialite.so', # Ubuntu
'mod_spatialite.dylib', # macOS
)

Expand Down

0 comments on commit cdaf91c

Please sign in to comment.