wip
This commit is contained in:
parent
a822d01836
commit
f2c62d029f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue