Skip to content

Commit

Permalink
Update mihomo.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
imhansai authored Mar 25, 2024
1 parent f02880e commit b65ac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/mihomo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def install
build_time = Time.now.utc.strftime("%a %b %d %H:%M:%S UTC %Y")
ldflags = "-s -w -X 'github.com/metacubex/mihomo/constant.Version=#{version}' -X 'github.com/metacubex/mihomo/constant.BuildTime=#{build_time}' -buildid="
tags = "with_gvisor"
system "go", "build", "-tags", tags, *std_go_args(ldflags: ldflags)
system "go", "build", "-tags", tags, *std_go_args(ldflags:)
end

def post_install
Expand Down

0 comments on commit b65ac2e

Please sign in to comment.