Skip to content

Commit

Permalink
Merge pull request #45085 from kadas-albireo/master
Browse files Browse the repository at this point in the history
Enable mingw server build
  • Loading branch information
manisandro committed Sep 16, 2021
2 parents f59947a + 6bb7e5e commit 5ea353b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/mingw/build.sh
Expand Up @@ -100,7 +100,7 @@ mkdir -p "$BUILDDIR"
-DQGIS_QML_SUBDIR=lib/qt5/qml \
-DBINDINGS_GLOBAL_INSTALL=ON \
-DSIP_GLOBAL_INSTALL=ON \
-DWITH_SERVER=OFF \
-DWITH_SERVER=ON \
-DZSTD_INCLUDE_DIR="$MINGWROOT/include/zstd" \
-DZSTD_LIBRARY="$MINGWROOT/lib/libzstd.dll.a" \
-DTXT2TAGS_EXECUTABLE= \
Expand Down
1 change: 1 addition & 0 deletions ms-windows/mingw/qgis3-build-deps-mingw.dockerfile
Expand Up @@ -10,6 +10,7 @@ rm -f /etc/yum.repos.d/*modular* && \
dnf install -y --nogpgcheck \
mingw64-dlfcn \
mingw64-exiv2 \
mingw64-fcgi \
ccache \
mingw64-gcc-c++ \
mingw64-gdal \
Expand Down

0 comments on commit 5ea353b

Please sign in to comment.