Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Dec 13, 2023
1 parent c52bc26 commit a7ce050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/buildtool/linuxstatic.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func linuxStaticBuildPackage(
envp.Append("CGO_ENABLED", "1")
envp.Append("GOOS", "linux")
envp.Append("GOARCH", goarch)
envp.Append("CGO_CFLAGS", "-D_LARGEFILE64_SOURCE")
envp.Append("CGO_CFLAGS", "-D_LARGEFILE64_SOURCE") // See https://github.com/ooni/probe-cli/pull/1434
if goarm > 0 {
envp.Append("GOARM", strconv.FormatInt(goarm, 10))
}
Expand Down

0 comments on commit a7ce050

Please sign in to comment.