diff options
| author | Adam Vandenberg | 2010-08-01 15:16:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-01 15:16:52 -0700 |
| commit | 4f9f60fd67cfff2bcffecfc868c1ed814b913e55 (patch) | |
| tree | 796670ffe2c18744e3a9be0e5c0577646e67ab61 /Library/Formula | |
| parent | 8b6de68854f0fc49495260726bfa0f055e3d0464 (diff) | |
| download | homebrew-4f9f60fd67cfff2bcffecfc868c1ed814b913e55.tar.bz2 | |
wip
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 |
