cross-x86_64-w64-mingw32: fix for cycles check
This commit is contained in:
parent
2758083fb2
commit
90bb1d2272
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ makedepends="zlib-devel"
|
|||
# it's ok to build with current's -devel packages
|
||||
# although it might break the package during compiler updates
|
||||
#makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel isl15-devel"
|
||||
depends="${pkgname}-crt-${version}_${revision}"
|
||||
depends="cross-x86_64-w64-mingw32-crt-${version}_${revision}"
|
||||
short_desc="Cross toolchain for Win64 (GCC ${_gcc_version})"
|
||||
maintainer="Aleksey Tulinov <aleksey.tulinov@gmail.com>"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, ZPL-2.1"
|
||||
|
@ -278,7 +278,7 @@ cross-x86_64-w64-mingw32-crt_package() {
|
|||
|
||||
cross-i686-w64-mingw32_package() {
|
||||
short_desc="Cross toolchain for Win32 (GCC ${_gcc_version})"
|
||||
depends="${pkgname}-crt-${version}_${revision}"
|
||||
depends="cross-i686-w64-mingw32-crt-${version}_${revision}"
|
||||
nopie=yes
|
||||
nodebug=yes
|
||||
noverifyrdeps=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue