proton-bridge: fix build issue & enable x86_64
This commit is contained in:
parent
015e323b69
commit
d60e0ff55b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user