proton-bridge: fix build issue & enable x86_64

This commit is contained in:
Leonid Pliushch 2021-01-06 14:46:01 +02:00
parent 015e323b69
commit d60e0ff55b
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ TERMUX_PKG_VERSION=1.5.4
TERMUX_PKG_SRCURL=https://github.com/ProtonMail/proton-bridge.git
TERMUX_PKG_GIT_BRANCH=br-$TERMUX_PKG_VERSION
TERMUX_PKG_MAINTAINER="Radomír Polách <rp@t4d.cz>"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686, x86_64"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
termux_step_make_install() {
termux_setup_golang
@ -13,5 +13,5 @@ termux_step_make_install() {
export BUILDDIR=$TERMUX_PREFIX/bin
cd $TERMUX_PKG_SRCDIR
make build-nogui
install -Dm700 Desktop-Bridge "$TERMUX_PREFIX"/bin/proton-bridge
install -Dm700 proton-bridge "$TERMUX_PREFIX"/bin/proton-bridge
}