sip: force deployment target.
Closes Homebrew/homebrew#23894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
0b557910ae
commit
60e09b0c53
1 changed files with 1 additions and 0 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue