asciinema: Ready for 64 bit builds

This commit is contained in:
Fredrik Fornwall 2015-12-15 09:27:47 -05:00
parent 33d16b567f
commit 451fbbe856
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ termux_step_make () {
elif [ "$TERMUX_ARCH" = "i686" ]; then
export GOARCH=386
export GO386=sse2
elif [ "$TERMUX_ARCH" = "aarch64" ]; then
export GOARCH=arm64
elif [ "$TERMUX_ARCH" = "x86_64" ]; then
export GOARCH=amd64
else
echo "ERROR: Unsupported arch: $TERMUX_ARCH"
exit 1