Source tag
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user