diff options
| author | Jack Nagel | 2014-03-28 19:15:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-28 19:15:53 -0500 |
| commit | 5272aa84e0526edf225e9f992053ff184ee0e851 (patch) | |
| tree | d4dadba21fb9a876125fbf843d0c2af1f7afaccf /Library/Formula/py2cairo.rb | |
| parent | 4bd7f769b6764c224a8993cf073c5eed56250915 (diff) | |
| download | homebrew-5272aa84e0526edf225e9f992053ff184ee0e851.tar.bz2 | |
py2cairo: enable arg refurbishing
Fixes #27485.
Diffstat (limited to 'Library/Formula/py2cairo.rb')
| -rw-r--r-- | Library/Formula/py2cairo.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/py2cairo.rb b/Library/Formula/py2cairo.rb index a36791839..b8a85f4eb 100644 --- a/Library/Formula/py2cairo.rb +++ b/Library/Formula/py2cairo.rb @@ -18,6 +18,8 @@ class Py2cairo < Formula end def install + ENV.refurbish_args + # Python extensions default to universal but cairo may not be universal ENV['ARCHFLAGS'] = "-arch #{MacOS.preferred_arch}" unless build.universal? |
