Browse Source

git-lfs: support for on-device builds

android-5
Leonid Plyushch 6 years ago
parent
commit
a6f6b1ccc5
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/git-lfs/build.sh

2
packages/git-lfs/build.sh

@ -14,7 +14,7 @@ termux_step_make() {
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/github.com/git-lfs/git-lfs
cd "$GOPATH"/github.com/git-lfs/git-lfs
GOOS=linux GOARCH=amd64 CC=gcc LD=gcc go generate github.com/git-lfs/git-lfs/commands
! $TERMUX_ON_DEVICE_BUILD && GOOS=linux GOARCH=amd64 CC=gcc LD=gcc go generate github.com/git-lfs/git-lfs/commands
go build git-lfs.go
}

Loading…
Cancel
Save