Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ class Uv < Formula

uses_from_macos "python" => :test

on_linux do
# On macOS, bzip2-sys will use the bundled lib as it cannot find the system or brew lib.
# We only ship bzip2.pc on Linux which bzip2-sys needs to find library.
depends_on "bzip2"
end

def install
ENV["LIBGIT2_NO_VENDOR"] = "1"

Expand Down