Browse Source

libraster: link against GDAL 2.2 (OSGeo4W)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71277 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 7 years ago
parent
commit
1b106ecc48
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/raster/gdal.c

+ 1 - 0
lib/raster/gdal.c

@@ -114,6 +114,7 @@ static void load_library(void)
 	"libgdal1.7.0.so",
 # endif
 # ifdef _WIN32
+	"gdal202.dll",        
 	"gdal201.dll",
 	"gdal200.dll",
 	"gdal111.dll",