diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bazaar.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb index 501e3ad1e..37ec66de1 100644 --- a/Library/Formula/bazaar.rb +++ b/Library/Formula/bazaar.rb @@ -7,7 +7,13 @@ class Bazaar <Formula aka :bzr + def options + [["--system", "Install using the OS X system Python."]] + end + def install + ENV.prepend "PATH", "/System/Library/Frameworks/Python.framework/Versions/Current/bin", ":" if ARGV.include? "--system" + # Find the archs of the Python we are building against. # If the python includes PPC support, then don't use Intel- # specific compiler flags |
