diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/erlang.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 105c4f816..2839fc7ab 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -74,8 +74,9 @@ class Erlang < Formula "--enable-threads", "--enable-dynamic-ssl-lib", "--enable-shared-zlib", - "--enable-smp-support", - "--with-dynamic-trace=dtrace"] + "--enable-smp-support"] + + args << "--with-dynamic-trace=dtrace" unless MacOS.leopard? unless build.include? 'disable-hipe' # HIPE doesn't strike me as that reliable on OS X |
