diff options
| -rw-r--r-- | Library/Formula/mercurial.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index d87b0d9ae..335c2fc90 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -13,6 +13,7 @@ class Mercurial < Formula depends_on :python => 'docutils' if build.include? 'enable-docs' def install + ENV.minimal_optimization if MacOS.version <= :snow_leopard python do # Inside this python do block, the PYTHONPATH (and more) is alreay set up if python.from_osx? && !MacOS::CLT.installed? |
