chore(main/golang): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2023-07-14 11:07:23 +02:00
parent a3f59d1b04
commit ed4cd8af4d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ termux_step_make_install() {
termux_setup_golang
TERMUX_GOLANG_DIRNAME=${GOOS}_$GOARCH
TERMUX_GODIR=$TERMUX_PREFIX/lib/go
TERMUX_GODIR=$TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/lib/go
local LINKER=/system/bin/linker
if [ "${TERMUX_ARCH}" == "x86_64" ] || [ "${TERMUX_ARCH}" == "aarch64" ]; then
LINKER+=64