Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7509230

Browse filesBrowse files
committed
Reorder mirror and main source for freetype
1 parent 8c304de commit 7509230
Copy full SHA for 7509230

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,8 @@ def do_custom_build(self):
10601060
'/freetype2/{0}/'.format(LOCAL_FREETYPE_VERSION)
10611061
)
10621062
url_fmts = (
1063-
'http://download.savannah.gnu.org/releases/freetype/{0}',
1064-
sourceforge_url + '{0}'
1063+
sourceforge_url + '{0}',
1064+
'http://download.savannah.gnu.org/releases/freetype/{0}'
10651065
)
10661066
for url_fmt in url_fmts:
10671067
tarball_url = url_fmt.format(tarball)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.