diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/opus.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/opus.rb b/Library/Formula/opus.rb index 01d068b7c..155572ca7 100644 --- a/Library/Formula/opus.rb +++ b/Library/Formula/opus.rb @@ -7,13 +7,13 @@ class Opus < Formula head 'https://git.xiph.org/opus.git' - if ARGV.build_head? + if build.head? depends_on :automake depends_on :libtool end def install - system "./autogen.sh" if ARGV.build_head? + system "./autogen.sh" if build.head? system "./configure", "--disable-dependency-tracking", "--disable-doc", "--prefix=#{prefix}" system "make install" |
