`hugo`: Fix typo and also build errors

This commit is contained in:
Yaksh Bariya 2021-07-05 13:34:36 +05:30
parent 07fe73079c
commit f450d386ea
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 2 deletions

View File

@ -18,10 +18,9 @@ termux_step_make() {
if ! $TERMUX_ON_DEVICE_BUILD; then
chmod 700 -R $GOPATH/pkg && rm -rf $GOPATH/pkg
unset GOOS GOARCH CGO_LDFLAGS
unset C CXX CFLAGS CXXFLAGS LDFLAGS
unset CC CXX CFLAGS CXXFLAGS LDFLAGS
go build \
-o hugo-host \
-tags "linux extended" \
main.go
fi
}