Skip to content

Commit

Permalink
Update Formula/zk.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
  • Loading branch information
mhanberg and SMillerDev authored Dec 27, 2021
1 parent f250502 commit 94d4e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/zk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Zk < Formula
uses_from_macos "sqlite"

def install
system "go", "build", *std_go_args, "-tags", "fts5,icu", "-ldflags", "-X=main.Version=#{version} -X=main.Build=brew"
system "go", "build", *std_go_args(ldflags: "-X=main.Version=#{version} -X=main.Build=#{tap.user}"), "-tags", "fts5,icu"
end

test do
Expand Down

0 comments on commit 94d4e61

Please sign in to comment.