Skip to content

Commit

Permalink
wingrass: switch package environment to python3-based, see https://tr…
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Dec 31, 2018
1 parent 9007270 commit 6ab7e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mswindows/GRASS-Packager.bat.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rem ----------------------------------------------------------------------------
set PACKAGE_DIR=.\GRASS-@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@-Package

set OSGEO4W_BLD_DIR=C:\OSGeo4W%1
if exist C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@ (
set OSGEO4W_PKG_DIR=C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@
if exist C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@_py3 (
set OSGEO4W_PKG_DIR=C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@_py3
) else (
set OSGEO4W_PKG_DIR=C:\OSGeo4W%1
)
Expand Down

0 comments on commit 6ab7e07

Please sign in to comment.