Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 8b3681a

Browse files
Use Red Rose MinGW GCC
1 parent 2265153 commit 8b3681a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ setupBuildEnv()
2626

2727
tar -xf "cache/$MINGW_FILENAME" -C "cache"
2828

29-
mv "cache/$(tar -tf "cache/$MINGW_FILENAME" | cut -d "/" -f 1 | head -n 1)" "cache/mingw"
29+
mv "cache/$(tar -tf "cache/$MINGW_FILENAME" | cut -d "/" -f 1 | head -n 1)/$(tar -tf "cache/$MINGW_FILENAME" | cut -d "/" -f 2 | head -n 1)" "cache/mingw"
3030

3131
rm -f "cache/$MINGW_FILENAME"
3232

@@ -492,7 +492,7 @@ fi
492492

493493
export NDK_URL="https://dl.google.com/android/repository/android-ndk-r26b-linux.zip"
494494
export NDK_FILENAME="${NDK_URL##*/}"
495-
export MINGW_URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20240619/llvm-mingw-20240619-ucrt-ubuntu-20.04-x86_64.tar.xz"
495+
export MINGW_URL="http://techer.pascal.free.fr/Red-Rose_MinGW-w64-Toolchain/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r458.g03d8a40f5-Gcc-11.5.0.tar.xz"
496496
export MINGW_FILENAME="${MINGW_URL##*/}"
497497

498498
export PACKAGES="$(cat packages/index)"

packages/wine/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CONFIGURE_ARGS="--enable-archs=i386,x86_64 \
2525
--with-gstreamer \
2626
--with-opengl \
2727
--with-gnutls \
28-
--with-mingw=clang \
28+
--with-mingw=gcc \
2929
--with-xinput \
3030
--with-xinput2 \
3131
--enable-nls \

0 commit comments

Comments
 (0)