We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fcd0a0d commit 821739fCopy full SHA for 821739f
ms-windows/mingw/build.sh
@@ -76,10 +76,7 @@ mkdir -p "$BUILDDIR"
76
(
77
CRSSYNC_BIN=$(readlink -f "$SRCDIR")/build/output/bin/crssync
78
cd "$BUILDDIR"
79
- rpm --eval "%{mingw64_cmake}" > mingw64-cmake.sh
80
- sed -i -e 's/%__cmake/cmake/' mingw64-cmake.sh
81
- chmod +x mingw64-cmake.sh
82
- ./mingw$bits-cmake.sh \
+ mingw$bits-cmake \
83
-DCMAKE_CROSS_COMPILING=1 \
84
-DUSE_CCACHE=ON \
85
-DCMAKE_BUILD_TYPE=$buildtype \
0 commit comments