Skip to content

Commit 8559f04

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setupext.py

Lines 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)