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 3f215f3 commit c8e1076Copy full SHA for c8e1076
Mac/BuildScript/build-installer.py
@@ -302,7 +302,7 @@ def library_recipes():
302
"--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib"%(getVersion(),),
303
],
304
patchscripts=[
305
- ("ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2",
+ ("ftp://ftp.invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2",
306
"f54bf02a349f96a7c4f0d00922f3a0d4"),
307
308
useLDFlags=False,
0 commit comments