`hugo`: hostbuild with linux extended tags

This commit is contained in:
Yaksh Bariya 2021-07-05 12:54:43 +05:30
parent b8037128f3
commit 07fe73079c
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ termux_step_make() {
unset C CXX CFLAGS CXXFLAGS LDFLAGS
go build \
-o hugo-host \
-tags "linux extended" \
main.go
fi
}