Skip to content

Commit 75367e4

Browse files
committedFeb 19, 2017
fix bde9b46
1 parent bde9b46 commit 75367e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ms-windows/osgeo4w/package-nightly.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ for %%g IN (%GRASS_VERSIONS%) do (
236236
set path=!path!;%OSGEO4W_ROOT%\apps\grass\grass-%%g\lib
237237
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-%%g
238238
)
239-
PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%
240-
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
239+
PATH %path%;%BUILDDIR%\output\plugins
240+
set QT_PLUGIN_PATH=%BUILDDIR%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
241241

242242
cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF%
243243
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.

0 commit comments

Comments
 (0)
Please sign in to comment.