Skip to content

Commit

Permalink
winGRASS: exclude pdal as compilation dependency (OSGeo#2883)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Landa <landa.martin@gmail.com>
Co-authored-by: Nicklas Larsson <n_larsson@yahoo.com>
  • Loading branch information
3 people authored and neteler committed Nov 7, 2023
1 parent 764f87f commit bbd9ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mswindows/osgeo4w/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
--with-cairo-includes=$OSGEO4W_ROOT_MSYS/include \
--with-cairo-ldflags="-L$PWD/mswindows/osgeo4w/lib -lcairo -lfontconfig" \
--with-bzlib \
--with-liblas=$PWD/mswindows/osgeo4w/liblas-config
--with-liblas=$PWD/mswindows/osgeo4w/liblas-config \
--without-pdal

touch mswindows/osgeo4w/configure-stamp
fi
Expand Down

0 comments on commit bbd9ebe

Please sign in to comment.