Skip to content

Commit

Permalink
grass-dev: reconfigure on each build and include msys' git in build e…
Browse files Browse the repository at this point in the history
…nvironment (might fix OSGeo/grass#3739)
  • Loading branch information
jef-n committed May 30, 2024
1 parent 13cf31e commit 2eb55d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/grass-dev/osgeo4w/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ pacman --noconfirm -Syu --needed \
make \
dos2unix \
tar \
git \
mingw-w64-x86_64-pkg-config \
mingw-w64-x86_64-gcc \
mingw-w64-x86_64-ccache \
Expand All @@ -160,6 +161,9 @@ pacman --noconfirm -Syu --needed \
cd ../grass
# reconfigure on each build
rm -f mswindows/osgeo4w/configure-stamp
PACKAGE_POSTFIX=-dev bash.exe $xtrace mswindows/osgeo4w/package.sh
EOF

Expand Down

0 comments on commit 2eb55d0

Please sign in to comment.