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 8c304de commit 7509230Copy full SHA for 7509230
setupext.py
@@ -1060,8 +1060,8 @@ def do_custom_build(self):
1060
'/freetype2/{0}/'.format(LOCAL_FREETYPE_VERSION)
1061
)
1062
url_fmts = (
1063
- 'http://download.savannah.gnu.org/releases/freetype/{0}',
1064
- sourceforge_url + '{0}'
+ sourceforge_url + '{0}',
+ 'http://download.savannah.gnu.org/releases/freetype/{0}'
1065
1066
for url_fmt in url_fmts:
1067
tarball_url = url_fmt.format(tarball)
0 commit comments