This repository was archived by the owner on Jan 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
492492
493493export NDK_URL=" https://dl.google.com/android/repository/android-ndk-r26b-linux.zip"
494494export 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"
496496export MINGW_FILENAME=" ${MINGW_URL##*/ } "
497497
498498export PACKAGES=" $( cat packages/index) "
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments