Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b072ef commit 4d4c0eeCopy full SHA for 4d4c0ee
1 file changed
Mac/BuildScript/build-installer.py
@@ -143,6 +143,17 @@ def getFullVersion():
143
def library_recipes():
144
result = []
145
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
+
157
if DEPTARGET < '10.5':
158
result.extend([
159
dict(
0 commit comments