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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user