Skip to content

Commit

Permalink
Merge pull request #111 from rouault/sqlite_metadata
Browse files Browse the repository at this point in the history
Add SQLITE_HAS_COLUMN_METADATA=yes in GDAL_SPATIALITE section
  • Loading branch information
szekerest committed Aug 19, 2017
2 parents f433b88 + ad5c1ee commit 5d02dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,7 @@ gdal-optfile:
!IFDEF GDAL_SPATIALITE
echo SQLITE_INC=-I$(OUTPUT_DIR)\include -DHAVE_SPATIALITE -DSPATIALITE_AMALGAMATION >> $(OUTPUT_DIR)\gdal.opt
echo SQLITE_LIB=$(OUTPUT_DIR)\lib\sqlite3_i.lib $(OUTPUT_DIR)\lib\spatialite_i.lib >> $(OUTPUT_DIR)\gdal.opt
echo SQLITE_HAS_COLUMN_METADATA=yes >> $(OUTPUT_DIR)\gdal.opt
echo $(SQLITE_DIR) >> $(OUTPUT_DIR)\doc\gdal_deps.txt
echo $(SPATIALITE_DIR) >> $(OUTPUT_DIR)\doc\gdal_deps.txt
!ENDIF
Expand Down

0 comments on commit 5d02dd8

Please sign in to comment.