Skip to content

Commit

Permalink
ecasound: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 30, 2013
1 parent 3caf33f commit 812f0e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/ecasound.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ def install
--disable-dependency-tracking
--prefix=#{prefix}
]
# Always explicitly control ruby, since there's some confusion about the default
args << ("--enable-rubyecasound=%s" % ((build.include? 'with-ruby') ? 'yes' : 'no'))
args << ("--enable-rubyecasound=" + ((build.with? 'ruby') ? 'yes' : 'no'))
system "./configure", *args
system "make install"
end
Expand Down

0 comments on commit 812f0e6

Please sign in to comment.