restore mingw32 for abseil-cpp and protobuf
This commit is contained in:
@@ -7,7 +7,7 @@ pkgver=20230802.1
|
||||
pkgrel=2
|
||||
pkgdesc="Abseil Common Libraries (C++) from Google (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://abseil.io"
|
||||
license=('spdx:Apache-2.0')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
|
||||
@@ -8,7 +8,7 @@ pkgver=24.3
|
||||
pkgrel=2
|
||||
pkgdesc="Protocol Buffers - Google's data interchange format (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://developers.google.com/protocol-buffers/'
|
||||
license=('spdx:BSD-3-Clause')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
|
||||
Reference in New Issue
Block a user