Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cec5f36e
Commit
cec5f36e
authored
Jan 29, 2013
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #14018: merge to 3.3
parents
4dafd407
4a96a37c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Mac/BuildScript/build-installer.py
Mac/BuildScript/build-installer.py
+5
-1
No files found.
Mac/BuildScript/build-installer.py
View file @
cec5f36e
...
...
@@ -192,7 +192,8 @@ def library_recipes():
LT_10_5
=
bool
(
DEPTARGET
<
'10.5'
)
result
.
extend
([
if
getVersionTuple
()
>=
(
3
,
3
):
result
.
extend
([
dict
(
name
=
"XZ 5.0.3"
,
url
=
"http://tukaani.org/xz/xz-5.0.3.tar.gz"
,
...
...
@@ -201,6 +202,9 @@ def library_recipes():
'--disable-dependency-tracking'
,
]
),
])
result
.
extend
([
dict
(
name
=
"NCurses 5.9"
,
url
=
"http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment