diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/znc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index 41b1a49d0..92b8c7abb 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -7,7 +7,7 @@ class Znc < Formula head 'https://github.com/znc/znc.git' - if ARGV.build_head? + if build.head? depends_on :automake depends_on :libtool end |
