Skip to content

Commit

Permalink
MS Windows packaging: add missing dlls from MSYS (#2204) (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsbl committed Feb 20, 2022
1 parent 8d90d53 commit 410fde0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mswindows/osgeo4w/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ DLLS="
/mingw64/bin/libiconv-2.dll
/mingw64/bin/libexpat-1.dll
/mingw64/bin/libfontconfig-1.dll
/mingw64/bin/libgfortran-5.dll
/mingw64/bin/libbrotlidec.dll
/mingw64/bin/libbrotlicommon.dll
/mingw64/bin/libintl-8.dll
Expand All @@ -124,6 +125,7 @@ DLLS="
/mingw64/bin/libfreetype-6.dll
/mingw64/bin/libharfbuzz-0.dll
/mingw64/bin/libglib-2.0-0.dll
/mingw64/bin/libgomp-1.dll
/mingw64/bin/libgraphite2.dll
/mingw64/bin/libpcre-1.dll
/mingw64/bin/libstdc++-6.dll
Expand All @@ -132,6 +134,7 @@ DLLS="
/mingw64/bin/libblas.dll
/mingw64/bin/liblapack.dll
/mingw64/bin/libomp.dll
/mingw64/bin/libquadmath-0.dll
"

if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
Expand Down

0 comments on commit 410fde0

Please sign in to comment.