Speed up Python linking.
This commit is contained in:
parent
efe78769b4
commit
57299ece8b
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ class Python <Formula
|
|||
args << "--with-universal-archs=intel --enable-universalsdk=/"
|
||||
end
|
||||
|
||||
# Speed up creation of libpython.a, backported from Unladen Swallow:
|
||||
# http://code.google.com/p/unladen-swallow/source/detail?r=856
|
||||
inreplace "Makefile.pre.in", "$(AR) cr", "$(AR) cqS"
|
||||
|
||||
system "./configure", *args
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue