sip: force deployment target.

Closes Homebrew/homebrew#23894.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Anthony Ramine 2013-11-02 13:33:26 +01:00 committed by Mike McQuaid
parent 0b557910ae
commit 60e09b0c53
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class Sip < Formula
# Note the binary `sip` is the same for python 2.x and 3.x
# Set --destdir such that the python modules will be in the HOMEBREWPREFIX/lib/pythonX.Y/site-packages
system python, "configure.py",
"--deployment-target=#{MacOS.version}",
"--destdir=#{lib}/#{python.xy}/site-packages",
"--bindir=#{bin}",
"--incdir=#{include}",