Skip to content

Commit

Permalink
Merge pull request #181441 from Homebrew/baidupcs-go-go-1.22
Browse files Browse the repository at this point in the history
baidupcs-go: build with [email protected]
  • Loading branch information
BrewTestBot authored Aug 17, 2024
2 parents cb984c2 + 508e15c commit 1a2c8c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/b/baidupcs-go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class BaidupcsGo < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c2c291fef9739671cc34200270e1f2f1d105332a6850f1d8e76af3e72834f31"
end

depends_on "go" => :build
# use "go" again when https://github.com/qjfoidnh/BaiduPCS-Go/issues/336 is resolved and released
depends_on "[email protected]" => :build

def install
system "go", "build", *std_go_args(ldflags: "-s -w")
Expand Down

0 comments on commit 1a2c8c6

Please sign in to comment.