Sfoglia il codice sorgente

libraster: add support for GDAL 2.4 on MS Windows (new attempt)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73837 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 6 anni fa
parent
commit
fdac49973f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      lib/raster/gdal.c

+ 1 - 0
lib/raster/gdal.c

@@ -115,6 +115,7 @@ static void load_library(void)
 	"libgdal1.7.0.so",
 # endif
 # ifdef _WIN32
+	"gdal204.dll",        
 	"gdal203.dll",        
 	"gdal202.dll",        
 	"gdal201.dll",