libvpx: Fix stupid error

master
Adam Vandenberg 2011-04-14 09:38:43 -07:00
parent f934846ef9
commit 7504b4ce93
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Libvpx < Formula
depends_on 'yasm' => :build
def install
args = "--prefix=#{prefix}"
args = ["--prefix=#{prefix}"]
# Configure detects 32-bit CPUs incorrectly.
args << "--target=generic-gnu" unless MacOS.prefer_64_bit?