diff options
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index b4289f9d1..4a806ec1b 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -67,7 +67,7 @@ class Erlang < Formula args << "--enable-darwin-64bit" if MacOS.prefer_64_bit? system "./configure", *args - system "touch lib/wx/SKIP" if MACOS_VERSION >= 10.6 + system "touch lib/wx/SKIP" if MacOS.snow_leopard? system "make" system "make install" |
