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 5d1f672

Browse filesBrowse files
committed
MNT: Now unpack the tallball directly on download
1 parent e6b585c commit 5d1f672
Copy full SHA for 5d1f672

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-2
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.