From e8a33097a38ee674ca63d43176a87ad6145bec9b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 16 Jul 2013 21:00:34 -0700 Subject: mercurial: fix compilation on Snow Leopard --- Library/Formula/mercurial.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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? -- cgit v1.2.3