Browse Source

Use go1.8rc1 for cross compilation

android-5
Fredrik Fornwall 8 years ago
parent
commit
48d883791b
  1. 2
      build-package.sh

2
build-package.sh

@ -62,7 +62,7 @@ termux_setup_golang() {
termux_error_exit "Unsupported arch: $TERMUX_ARCH" termux_error_exit "Unsupported arch: $TERMUX_ARCH"
fi fi
local TERMUX_GO_VERSION=go1.7.4 local TERMUX_GO_VERSION=go1.8rc1
local TERMUX_GO_PLATFORM=linux-amd64 local TERMUX_GO_PLATFORM=linux-amd64
test "$(uname)" = "Darwin" && TERMUX_GO_PLATFORM=darwin-amd64 test "$(uname)" = "Darwin" && TERMUX_GO_PLATFORM=darwin-amd64

Loading…
Cancel
Save