diff options
| -rw-r--r-- | Library/Formula/qemu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 6a7399723..4cf3b57ff 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -24,7 +24,7 @@ class Qemu < Formula --disable-bsd-user --disable-guest-agent ] - args << build.with?('sdl') ? '--enable-sdl' : '--disable-sdl' + args << (build.with?('sdl') ? '--enable-sdl' : '--disable-sdl') system "./configure", *args system "make install" end |
