diff options
Diffstat (limited to 'Library/Formula/botan.rb')
| -rw-r--r-- | Library/Formula/botan.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/botan.rb b/Library/Formula/botan.rb index 6d4eb08db..fc7cbdbc5 100644 --- a/Library/Formula/botan.rb +++ b/Library/Formula/botan.rb @@ -10,7 +10,7 @@ class Botan < Formula def install args = ["--prefix=#{prefix}"] args << "--cpu=x86_64" if MacOS.prefer_64_bit? - args << "--enable-debug" if build.include? "--enable-debug" + args << "--enable-debug" if build.include? "enable-debug" # The --cc option needs "clang" or "gcc" and not the full path. args << "--cc=#{ENV.compiler.to_s}" |
