8000 Make setup.py develop work · matplotlib/matplotlib@660adc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 660adc6

Browse files
committed
Make setup.py develop work
1 parent 85a6e78 commit 660adc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setupext.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,8 @@ def do_custom_build(self):
990990
else:
991991
from urllib.request import urlretrieve
992992

993+
if not os.path.exists('build'):
994+
os.makedirs('build')
993995
urlretrieve(tarball_url, tarball_path)
994996

995997
if get_file_hash(tarball_path) != LOCAL_FREETYPE_HASH:

0 commit comments

Comments
 (0)
0