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 bde9b46 commit 75367e4Copy full SHA for 75367e4
ms-windows/osgeo4w/package-nightly.cmd
@@ -236,8 +236,8 @@ for %%g IN (%GRASS_VERSIONS%) do (
236
set path=!path!;%OSGEO4W_ROOT%\apps\grass\grass-%%g\lib
237
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-%%g
238
)
239
-PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%
240
-set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
+PATH %path%;%BUILDDIR%\output\plugins
+set QT_PLUGIN_PATH=%BUILDDIR%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
241
242
cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF%
243
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.
0 commit comments