Source tag

This commit is contained in:
Ian Gulliver
2023-12-21 20:19:34 -08:00
parent 9c282e50aa
commit fa7ce373c6

View File

@@ -12,6 +12,6 @@ class Bkl < Formula
def install def install
ENV["CGOENABLED"] = "0" ENV["CGOENABLED"] = "0"
system "go", "build", "-tags=bkl-#{@@tag}", "-trimpath", "-ldflags=-extldflags=-static", "-o", "#{bin}/", "./..." system "go", "build", "-tags=bkl-#{@@tag},bkl-src-brew", "-trimpath", "-ldflags=-extldflags=-static", "-o", "#{bin}/", "./..."
end end
end end