Skip to content

Commit

Permalink
fix 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Oct 2, 2024
1 parent 713e6cc commit d103076
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mswindows/osgeo4w/build_osgeo4w.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ A=$(cygpath -w /mingw64/lib/pkgconfig)
echo $A
echo
cygpath -u $A
echo
pkg-config --libs pdal
pkg-config --libs /d/msys64/mingw64/lib/pkgconfig/pdal.pc
pkg-config --libs /mingw64/lib/pkgconfig/pdal.pc
echo
which pkg-config
echo

./configure \
--host=${ARCH} \
Expand Down

0 comments on commit d103076

Please sign in to comment.