Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d4c0ee

Browse files
committed
Issue #13507: OS X installer builds now build liblzma for the new
lzma module. (Patch by Nicholas Riley)
1 parent 5b072ef commit 4d4c0ee

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,17 @@ def getFullVersion():
143143
def library_recipes():
144144
result = []
145145

146+
result.extend([
147+
dict(
148+
name="XZ 5.0.3",
149+
url="http://tukaani.org/xz/xz-5.0.3.tar.gz",
150+
checksum='fefe52f9ecd521de2a8ce38c21a27574',
151+
configure_pre=[
152+
'--disable-dependency-tracking',
153+
]
154+
)
155+
])
156+
146157
if DEPTARGET < '10.5':
147158
result.extend([
148159
dict(

0 commit comments

Comments
 (0)