mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add /opt/homebrew to where spatialite extension can be found (#1649)
Helps homebrew on Apple Silicon setups find spatialite without needing a full path. Similar to #1114 Thanks, @danp
This commit is contained in:
parent
0499f174c0
commit
de810f49cc
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ SPATIALITE_PATHS = (
|
|||
"/usr/lib/x86_64-linux-gnu/mod_spatialite.so",
|
||||
"/usr/local/lib/mod_spatialite.dylib",
|
||||
"/usr/local/lib/mod_spatialite.so",
|
||||
"/opt/homebrew/lib/mod_spatialite.dylib",
|
||||
)
|
||||
# Used to display /-/versions.json SpatiaLite information
|
||||
SPATIALITE_FUNCTIONS = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue