We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063d351 commit e4a7653Copy full SHA for e4a7653
Formula/c/csprecon.rb
@@ -17,6 +17,8 @@ class Csprecon < Formula
17
depends_on "go" => :build
18
19
def install
20
+ ENV["CGO_ENABLED"] = "0" if OS.linux? && Hardware::CPU.arm?
21
+
22
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/csprecon"
23
end
24
0 commit comments