You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make CGO_CFLAGS="-mmacosx-version-min=$MACOSX_BUILD_VERSION" CGO_LDFLAGS="-mmacosx-version-min=$MACOSX_BUILD_VERSION" BUILTIN_LD_FLAGS="-linkmode external"
79
+
80
+
# HACK: When cross-compiling, there seems to be an issue when git-lfs attempts
81
+
# to generate the manpage contents, and it seems that preffixing that command
82
+
# with `GOARCH=` to use the host architecture fixes the issue.
83
+
# This hack can be removed once the issue is fixed via the PR
84
+
# https://github.com/git-lfs/git-lfs/pull/4492 or some other solution.
0 commit comments