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.
2 parents 4dafd40 + 4a96a37 commit cec5f36Copy full SHA for cec5f36
1 file changed
Mac/BuildScript/build-installer.py
@@ -192,7 +192,8 @@ def library_recipes():
192
193
LT_10_5 = bool(DEPTARGET < '10.5')
194
195
- result.extend([
+ if getVersionTuple() >= (3, 3):
196
+ result.extend([
197
dict(
198
name="XZ 5.0.3",
199
url="http://tukaani.org/xz/xz-5.0.3.tar.gz",
@@ -201,6 +202,9 @@ def library_recipes():
201
202
'--disable-dependency-tracking',
203
]
204
),
205
+ ])
206
+
207
208
209
name="NCurses 5.9",
210
url="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz",
0 commit comments