cmake: enable ucrt

This commit is contained in:
Christoph Reiter
2021-03-27 19:58:29 +01:00
parent 19acdfae20
commit ae8d7d72d0

View File

@@ -8,6 +8,7 @@ pkgver=3.20.0
pkgrel=1
pkgdesc="A cross-platform open-source make system (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
url="https://www.cmake.org/"
license=("MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"