kvazaar: use make -C

master
Jack Nagel 2014-04-16 23:24:36 -05:00
parent 5cf8a5a22a
commit c20f92410a
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ class Kvazaar < Formula
depends_on 'yasm' => :build
def install
cd 'src' do
system 'make'
end
system "make", "-C", "src"
bin.install 'src/kvazaar'
end