Skip to content

Commit

Permalink
fix 13
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Oct 2, 2024
1 parent 704b11b commit 0a2a9e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mswindows/osgeo4w/build_osgeo4w.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export PATH=${OSGEO4W_ROOT_MSYS}/bin:/usr/bin:/mingw64/bin
export C_INCLUDE_PATH=".:${OSGEO4W_ROOT_MSYS}/include:${SRC}/dist.${ARCH}/include:/d/msys64/mingw64/include"
export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python312
export ARCH=x86_64-w64-mingw32
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/d/msys64/mingw64/lib/pkgconfig
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
# :/d/msys64/mingw64/lib/pkgconfig
echo "PKG_CONFIG_PATH: ${PKG_CONFIG_PATH}"
echo
A=$(cygpath -w /mingw64/lib/pkgconfig)
Expand All @@ -29,6 +30,7 @@ echo
cygpath -u $A
echo
pkg-config --libs pdal
pkg-config --cflags pdal
pkg-config --libs /d/msys64/mingw64/lib/pkgconfig/pdal.pc
pkg-config --libs /mingw64/lib/pkgconfig/pdal.pc
echo
Expand Down

0 comments on commit 0a2a9e2

Please sign in to comment.