libcpufeatures: stop splitting static libraries

It doesn't make sence to split static libraries, as
it contains static libraries only.
This commit is contained in:
Chongyun Lee 2022-08-10 19:24:37 +08:00
parent a4eec27800
commit cbe20df18f
No known key found for this signature in database
GPG Key ID: 379E4F5EB8CD7985
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ TERMUX_PKG_DESCRIPTION="A cross-platform C library to retrieve CPU features (suc
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/google/cpu_features/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=df80d9439abf741c7d2fdcdfd2d26528b136e6c52976be8bd0cd5e45a27262c0
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_NO_STATICSPLIT=true