aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mednafen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mednafen.rb b/Library/Formula/mednafen.rb
index 4d0225e4f..b70b378e1 100644
--- a/Library/Formula/mednafen.rb
+++ b/Library/Formula/mednafen.rb
@@ -35,7 +35,7 @@ class Mednafen < Formula
if ARGV.include? "--with-psx" and not ARGV.build_devel?
onoe "--with-psx is only supported with --devel" \
end
- args << "--enable-psx" if ARGV.flag? "--with-psx" and ARGV.build_devel?
+ args << "--enable-psx" if ARGV.include? "--with-psx" and ARGV.build_devel?
# Platform detection is buggy; problem reported upstream:
# http://forum.fobby.net/index.php?t=msg&&th=659&goto=2214#msg_2214