summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-04-01 07:17:33 (GMT)
committerNed Deily <nad@acm.org>2012-04-01 07:17:33 (GMT)
commit4d4c0eeaf59a78be6c29bc774c9d23e82dc59647 (patch)
tree8a21dbd90b4e4349970945b6b8b9632751cedafa /Mac
parent5b072efc28ea2bf7676861b4220a4a68207600d4 (diff)
downloadcpython-4d4c0eeaf59a78be6c29bc774c9d23e82dc59647.zip
cpython-4d4c0eeaf59a78be6c29bc774c9d23e82dc59647.tar.gz
cpython-4d4c0eeaf59a78be6c29bc774c9d23e82dc59647.tar.bz2
Issue #13507: OS X installer builds now build liblzma for the new
lzma module. (Patch by Nicholas Riley)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index ba92012..ffb3079 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -143,6 +143,17 @@ USAGE = textwrap.dedent("""\
def library_recipes():
result = []
+ result.extend([
+ dict(
+ name="XZ 5.0.3",
+ url="http://tukaani.org/xz/xz-5.0.3.tar.gz",
+ checksum='fefe52f9ecd521de2a8ce38c21a27574',
+ configure_pre=[
+ '--disable-dependency-tracking',
+ ]
+ )
+ ])
+
if DEPTARGET < '10.5':
result.extend([
dict(