We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5dea161 commit aba3d39Copy full SHA for aba3d39
ms-windows/osgeo4w/creatensis.pl
@@ -100,12 +100,12 @@ sub getDeps {
100
101
if(-f "../addons/bin/NCSEcw4_RO.dll") {
102
print "Enabling ECW support...\n" if $verbose;
103
- getDeps("gdal17-ecw")
+ getDeps("gdal-ecw")
104
}
105
106
if(-f "../addons/bin/lti_dsdk_dll.dll") {
107
print "Enabling MrSID support...\n" if $verbose;
108
- getDeps("gdal17-mrsid")
+ getDeps("gdal-mrsid")
109
110
111
foreach my $p ( keys %pkgs ) {
0 commit comments