gh: need to specify explicitly that we need a C compiler

The `mingw-w64-cc` dependency is resolved by either GCC or clang.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2022-02-03 12:39:07 +01:00
parent a5b42fc9a6
commit c0085ac6e4

View File

@@ -11,7 +11,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
url="https://github.com/cli/cli"
license=('MIT')
depends=("winpty")
makedepends=("${MINGW_PACKAGE_PREFIX}-go")
makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc")
checkdepends=("git")
optdepends=("git: To interact with repositories")
options=('!strip')