aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/erlang.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index 55dfcc456..0efd30541 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -67,7 +67,7 @@ class Erlang < Formula
"--enable-shared-zlib",
"--enable-smp-support"]
- args << "--with-dynamic-trace=dtrace" unless MacOS.version == :leopard
+ args << "--with-dynamic-trace=dtrace" unless MacOS.version == :leopard or not MacOS::CLT.installed?
unless build.include? 'disable-hipe'
# HIPE doesn't strike me as that reliable on OS X