Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ZSTD paths (unable to reproduce the issue on local docker)
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
ms-windows/mingw/build.sh
|
@@ -98,6 +98,8 @@ mkdir -p "$BUILDDIR" |
|
|
-DQGIS_QML_SUBDIR=lib/qt5/qml \ |
|
|
-DBINDINGS_GLOBAL_INSTALL=ON \ |
|
|
-DWITH_SERVER=OFF \ |
|
|
-DZSTD_INCLUDE_DIR="$MINGWROOT/include/zstd" \ |
|
|
-DZSTD_LIBRARY="$MINGWROOT/lib/libzstd.dll.a" \ |
|
|
-DTXT2TAGS_EXECUTABLE= \ |
|
|
.. |
|
|
) |
|
|