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:
@@ -13,7 +13,10 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
url="https://github.com/LagoLunatic/PyFastTextureUtils"
|
||||
license=('MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "git" "patch")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
"git"
|
||||
"patch"
|
||||
"${MINGW_PACKAGE_PREFIX}-cc")
|
||||
_gitcommit=8fd8558f710c537d852ae407a5b316ab8bbb2337
|
||||
source=("git+https://github.com/LagoLunatic/PyFastTextureUtils#commit=${_gitcommit}"
|
||||
"minmax.patch")
|
||||
|
||||
Reference in New Issue
Block a user