소스 검색

Bump mingw versions.

Brucey 2 년 전
부모
커밋
83b51cae91
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/scripts/build_release.sh

+ 4 - 4
src/scripts/build_release.sh

@@ -53,10 +53,10 @@ CLEAN_DIRS="y"
 CLEAN_ZIPS=""
 CLEAN_ZIPS=""
 BUILD_SAMPLES=""
 BUILD_SAMPLES=""
 PACKAGE_VERSION=""
 PACKAGE_VERSION=""
-MINGW_X86="i686-8.1.0-release-posix-sjlj-rt_v6-rev0.7z"
-MINGW_X86_URL="https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-posix/sjlj/i686-8.1.0-release-posix-sjlj-rt_v6-rev0.7z"
-MINGW_X64="x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z"
-MINGW_X64_URL="https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z"
+MINGW_X86="i686-12.2.0-release-posix-dwarf-rt_v10-rev1.7z"
+MINGW_X86_URL="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev1/i686-12.2.0-release-posix-dwarf-rt_v10-rev1.7z"
+MINGW_X64="x86_64-12.2.0-release-posix-seh-rt_v10-rev1.7z"
+MINGW_X64_URL="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev1/x86_64-12.2.0-release-posix-seh-rt_v10-rev1.7z"
 LLVM_MINGW="llvm-mingw-20220323-ucrt-i686"
 LLVM_MINGW="llvm-mingw-20220323-ucrt-i686"
 LLVM_MINGW_ZIP="llvm-mingw-20220323-ucrt-i686.zip"
 LLVM_MINGW_ZIP="llvm-mingw-20220323-ucrt-i686.zip"
 LLVM_MINGW_URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20220323/llvm-mingw-20220323-ucrt-i686.zip"
 LLVM_MINGW_URL="https://github.com/mstorsjo/llvm-mingw/releases/download/20220323/llvm-mingw-20220323-ucrt-i686.zip"