fix build command

This commit is contained in:
Ian Gulliver
2023-11-27 15:24:05 -08:00
parent df3782f22b
commit a79eaf1900

View File

@@ -10,6 +10,6 @@ class Bkl < Formula
def install def install
ENV["CGOENABLED"] = "0" ENV["CGOENABLED"] = "0"
system "go", "build", "-trimpath", *std_go_args(ldflags: "-extldflags=-static") system "go", "build", "-trimpath", "-ldflags=-extldflags=-static", "-o", "#{bin}/", "./..."
end end
end end