Skip to content

Commit

Permalink
MingW64 build: remove workaround
Browse files Browse the repository at this point in the history
Revert 5703f03
(cherry picked from commit e6465e3)
  • Loading branch information
agiudiceandrea committed Sep 16, 2023
1 parent d387ebf commit 626fd40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ms-windows/mingw/build.sh
Expand Up @@ -76,10 +76,7 @@ mkdir -p "$BUILDDIR"
(
CRSSYNC_BIN=$(readlink -f "$SRCDIR")/build/output/bin/crssync
cd "$BUILDDIR"
rpm --eval "%{mingw64_cmake}" > mingw64-cmake.sh
sed -i -e 's/%__cmake/cmake/' mingw64-cmake.sh
chmod +x mingw64-cmake.sh
./mingw$bits-cmake.sh \
mingw$bits-cmake \
-DCMAKE_CROSS_COMPILING=1 \
-DUSE_CCACHE=ON \
-DCMAKE_BUILD_TYPE=$buildtype \
Expand Down

0 comments on commit 626fd40

Please sign in to comment.