Make sure every package using a C/C++ compiler depends on one

The "cc" virtual package provides the environment default compiler.
This commit is contained in:
Christoph Reiter
2022-01-06 17:47:13 +01:00
parent 4f66cd2e09
commit 7c67d9c465
1278 changed files with 1657 additions and 1054 deletions

View File

@@ -14,7 +14,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-libgit2>=1:1.3.0"
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-cffi"
"${MINGW_PACKAGE_PREFIX}-python-cached-property")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("${_realname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")
sha256sums=('c2b453d3faffb5708cb291335a71256e2e2f08bbb715331a9cb7904a9da116bd')