From fa7ce373c69681aef7d00e972b3014314dc6936b Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 21 Dec 2023 20:19:34 -0800 Subject: [PATCH] Source tag --- Formula/bkl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/bkl.rb b/Formula/bkl.rb index f8f864f..6464478 100644 --- a/Formula/bkl.rb +++ b/Formula/bkl.rb @@ -12,6 +12,6 @@ class Bkl < Formula def install 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