libipt: enable clangarm64.
This commit is contained in:
parent
4e8ce9b726
commit
b2c00d070e
@ -7,7 +7,7 @@ pkgver=2.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='Intel(R) Processor Trace decoder library (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/intel/libipt'
|
||||
license=('spdx:BSD-3-Clause')
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
@ -30,6 +30,7 @@ build() {
|
||||
MSYS2_ARG_CONV_EXCL="-DCMAKE_INSTALL_PREFIX=" \
|
||||
"${MINGW_PREFIX}"/bin/cmake.exe \
|
||||
-DCMAKE_INSTALL_PREFIX="${MINGW_PREFIX}" \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
"${extra_config[@]}" \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DDEVBUILD=OFF \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user