File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pkgbase="mingw-w64-${_realname}"
55pkgname=" ${MINGW_PACKAGE_PREFIX} -${_realname} "
66pkgdesc=" MinGW-w64 headers for Windows (mingw-w64)"
77pkgver=13.0.0.r551.g5595a0ef4
8- pkgrel=1
8+ pkgrel=2
99_commit=' 5595a0ef4079da3cbf5ab800a3d2d66e8534b74d'
1010arch=(' any' )
1111mingw_arch=(' mingw32' ' mingw64' ' ucrt64' ' clang64' ' clangarm64' )
@@ -39,9 +39,7 @@ build() {
3939 declare -a _extra_config
4040 if [[ ${MSYSTEM} == MINGW* ]]; then # MINGW32 & MINGW64
4141 _extra_config+=(" --with-default-win32-winnt=0x601" ) # Windows 7
42- elif [[ ${MSYSTEM} != CLANGARM64 ]]; then # UCR64 & CLANG64
43- _extra_config+=(" --with-default-win32-winnt=0x603" ) # Windows 8.1
44- else # CLANGARM64
42+ else # UCR64 & CLANG64 & CLANGARM64
4543 _extra_config+=(" --with-default-win32-winnt=0xA00" ) # Windows 10
4644 fi
4745
You can’t perform that action at this time.
0 commit comments