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 660adc6 commit 13be4e7Copy full SHA for 13be4e7
setupext.py
@@ -1001,7 +1001,7 @@ def do_custom_build(self):
1001
cflags = 'CFLAGS="{0} -fPIC" '.format(os.environ.get('CFLAGS', ''))
1002
1003
subprocess.check_call(
1004
- ['tar zxf {0}'.format(tarball)], shell=True, cwd='build')
+ ['tar', 'zxf', tarball], cwd='build')
1005
1006
[cflags +
1007
'./configure --without-zlib --without-bzip2 --without-png'],
0 commit comments