Skip to content

Commit 5d1f672

Browse files
committed
MNT: Now unpack the tallball directly on download
1 parent e6b585c commit 5d1f672

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setupext.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,8 +1294,6 @@ def do_custom_build(self):
12941294
# compilation on all other platforms than windows
12951295
cflags = 'CFLAGS="{0} -fPIC" '.format(os.environ.get('CFLAGS', ''))
12961296

1297-
subprocess.check_call(
1298-
['tar', 'zxf', tarball], cwd='build')
12991297
subprocess.check_call(
13001298
[cflags + './configure --with-zlib=no --with-bzip2=no '
13011299
'--with-png=no --with-harfbuzz=no'], shell=True, cwd=src_path)

0 commit comments

Comments
 (0)