aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pulseaudio.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pulseaudio.rb')
-rw-r--r--Library/Formula/pulseaudio.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pulseaudio.rb b/Library/Formula/pulseaudio.rb
index 126b44bee..7cc4fbd88 100644
--- a/Library/Formula/pulseaudio.rb
+++ b/Library/Formula/pulseaudio.rb
@@ -42,7 +42,7 @@ class Pulseaudio < Formula
args << "--with-mac-sysroot=#{MacOS.sdk_path}"
args << "--with-mac-version-min=#{MacOS.version}"
- args << "--disable-nls" unless build.with? "nls"
+ args << "--disable-nls" if build.without? "nls"
if build.universal?
args << "--enable-mac-universal"