zeromq: fix build.include? usage
This commit is contained in:
parent
3be7999041
commit
0260558b82
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
def pgm_flags
|
||||
return build.include? '--with-pgm' ? '--with-system-pgm' : ''
|
||||
build.include? 'with-pgm' ? '--with-system-pgm' : ''
|
||||
end
|
||||
|
||||
class Zeromq < Formula
|
||||
|
|
Loading…
Reference in a new issue