Skip to content

Commit

Permalink
cross-crt: disable wildcard by default
Browse files Browse the repository at this point in the history
same as msys2/MINGW-packages#22263 for
the cross toolchain
  • Loading branch information
lazka committed Nov 3, 2024
1 parent 4844b51 commit 811d862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions mingw-w64-cross-crt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase="${_mingw_suff}-${_realname}"
_targetpkgs=("${_mingw_suff}-ucrt64-${_realname}" "${_mingw_suff}-mingw32-${_realname}" "${_mingw_suff}-mingw64-${_realname}")
pkgname=("${_mingw_suff}-${_realname}" "${_targetpkgs[@]}")
pkgver=12.0.0.r250.gc6bf4bdf6
pkgrel=1
pkgrel=2
pkgdesc='MinGW-w64 CRT for cross-compiler'
arch=('i686' 'x86_64')
url='https://www.mingw-w64.org'
Expand Down Expand Up @@ -55,7 +55,6 @@ _build() {
--build=${CHOST} \
--prefix=/opt/${_target} \
--host=${_target} \
--enable-wildcard \
--with-default-msvcrt=${_default_msvcrt} \
--disable-dependency-tracking \
${_crt_configure_args}
Expand Down
3 changes: 1 addition & 2 deletions mingw-w64-cross-mingwarm64-crt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase="${_mingw_suff}-mingwarm64-${_realname}"
_targetpkgs=("${_mingw_suff}-mingwarm64-${_realname}")
pkgname=("${_targetpkgs[@]}")
pkgver=12.0.0dev
pkgrel=2
pkgrel=3
pkgdesc='MinGW-w64 CRT for cross-compiler'
arch=('i686' 'x86_64')
url='https://www.mingw-w64.org'
Expand Down Expand Up @@ -49,7 +49,6 @@ _build() {
--build=${CHOST} \
--prefix=/opt/${_target} \
--host=${_target} \
--enable-wildcard \
--with-default-msvcrt=${_default_msvcrt} \
--disable-dependency-tracking \
${_crt_configure_args}
Expand Down

0 comments on commit 811d862

Please sign in to comment.