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 e6b585c commit 5d1f672Copy full SHA for 5d1f672
setupext.py
@@ -1294,8 +1294,6 @@ def do_custom_build(self):
1294
# compilation on all other platforms than windows
1295
cflags = 'CFLAGS="{0} -fPIC" '.format(os.environ.get('CFLAGS', ''))
1296
1297
- subprocess.check_call(
1298
- ['tar', 'zxf', tarball], cwd='build')
1299
subprocess.check_call(
1300
[cflags + './configure --with-zlib=no --with-bzip2=no '
1301
'--with-png=no --with-harfbuzz=no'], shell=True, cwd=src_path)
0 commit comments