Skip to content

Commit

Permalink
CI/Win: use default (and restore "liblas" config)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 6, 2024
1 parent 3e6fb7a commit 6afb9b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mswindows/osgeo4w/build_osgeo4w.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export ARCH=x86_64-w64-mingw32
--with-fftw \
--with-nls \
--with-readline \
--with-blas=openblas \
--with-lapack=openblas \
--with-blas \
--with-lapack \
--with-freetype \
--with-freetype-includes=${OSGEO4W_ROOT_MSYS}/include/freetype2 \
--with-proj-share=${OSGEO4W_ROOT_MSYS}/share/proj \
Expand All @@ -62,6 +62,7 @@ export ARCH=x86_64-w64-mingw32
--with-cairo-ldflags="-L${SRC}/mswindows/osgeo4w/lib -lcairo" \
--with-opengl=windows \
--with-bzlib \
--with-liblas=${SRC}/mswindows/osgeo4w/liblas-config \
--with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config \
--without-pdal

Expand Down

0 comments on commit 6afb9b9

Please sign in to comment.