Enable mingw server build

This commit is contained in:
Sandro Mani 2021-09-16 12:07:59 +02:00
parent 78e46913b4
commit 6bb7e5e7f6
2 changed files with 2 additions and 1 deletions

View File

@ -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= \

View File

@ -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 \