Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix bde9b46
  • Loading branch information
jef-n committed Feb 19, 2017
1 parent bde9b46 commit 75367e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -236,8 +236,8 @@ for %%g IN (%GRASS_VERSIONS%) do (
set path=!path!;%OSGEO4W_ROOT%\apps\grass\grass-%%g\lib
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-%%g
)
PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%
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

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

0 comments on commit 75367e4

Please sign in to comment.