Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 821739f

Browse files
agiudiceandreagithub-actions[bot]
authored andcommittedSep 15, 2023
MingW64 build: remove workaround
Revert 5703f03
1 parent fcd0a0d commit 821739f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎ms-windows/mingw/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ mkdir -p "$BUILDDIR"
7676
(
7777
CRSSYNC_BIN=$(readlink -f "$SRCDIR")/build/output/bin/crssync
7878
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 \
79+
mingw$bits-cmake \
8380
-DCMAKE_CROSS_COMPILING=1 \
8481
-DUSE_CCACHE=ON \
8582
-DCMAKE_BUILD_TYPE=$buildtype \

0 commit comments

Comments
 (0)
Please sign in to comment.