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 8559f04

Browse filesBrowse files
committed
MNT: also adjust win build for pre-extracted freetype
1 parent ed60030 commit 8559f04
Copy full SHA for 8559f04

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-2
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,11 +1317,10 @@ def do_custom_build(self):
13171317
copy %FREETYPE%\\objs\\win32\\{vc20xx}\\freetype261.lib %FREETYPE%\\objs\\.libs\\libfreetype.lib
13181318
)
13191319
"""
1320-
from setup_external_compile import fixproj, prepare_build_cmd, VS2010, X64, tar_extract
1320+
from setup_external_compile import fixproj, prepare_build_cmd, VS2010, X64
13211321
# Note: freetype has no build profile for 2014, so we don't bother...
13221322
vc = 'vc2010' if VS2010 else 'vc2008'
13231323
WinXX = 'x64' if X64 else 'Win32'
1324-
tar_extract(tarball_path, "build")
13251324
# This is only false for py2.7, even on py3.5...
13261325
if not VS2010:
13271326
fixproj(os.path.join(src_path, 'builds', 'windows', vc, 'freetype.sln'), WinXX)

0 commit comments

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