mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
mod_spatialite added to osgeo4w
This commit is contained in:
parent
ff2a53c584
commit
24e6366815
Binary file not shown.
|
Before Width: | Height: | Size: 545 B |
@ -598,8 +598,6 @@ using the "mod_spatialite" extension (python3)"""
|
||||
libs = [
|
||||
# SpatiaLite >= 4.2 and Sqlite >= 3.7.17, should work on all platforms
|
||||
("mod_spatialite", "sqlite3_modspatialite_init"),
|
||||
# SpatiaLite >= 4.2 (windows)
|
||||
("spatialite4.dll", "sqlite3_modspatialite_init"),
|
||||
# SpatiaLite >= 4.2 and Sqlite < 3.7.17 (Travis)
|
||||
("mod_spatialite.so", "sqlite3_modspatialite_init"),
|
||||
# SpatiaLite < 4.2 (linux)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user