starship: disable x86_64 builds

This commit is contained in:
Leonid Pliushch 2021-05-05 17:02:19 +00:00
parent 600a3f691c
commit e96a479402
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ TERMUX_PKG_SHA256=42353977aba8cf711591381d713814140d9bb602015e8d6c589ef1a42d116a
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"
termux_step_pre_configure() {
CFLAGS+=" $CPPFLAGS"