Skip to content

Commit

Permalink
libvmaf: use vim from macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Aug 28, 2024
1 parent 7f8c3d5 commit 3340ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/lib/libvmaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Libvmaf < Formula

depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "vim" => :build
uses_from_macos "vim" => :build # needed for xxd

on_intel do
depends_on "nasm" => :build
Expand Down

0 comments on commit 3340ea3

Please sign in to comment.