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.
2 parents b448b1f + 17a82f9 commit a720fd7Copy full SHA for a720fd7
setupext.py
@@ -58,15 +58,7 @@
58
'linux3' : ['/usr/local', '/usr'],
59
'linux' : ['/usr/local', '/usr',],
60
'cygwin' : ['/usr/local', '/usr',],
61
- '_darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
62
- '/usr', '/sw'],
63
- # it appears builds with darwin are broken because of all the
64
- # different flags the deps can be compile with, so I am pushing
65
- # people to :
66
- # make -f make.osx fetch deps mpl_build mpl_install
67
-
68
- 'darwin' : [],
69
+ 'darwin' : ['/usr/local/', '/usr', '/usr/X11'],
70
'freebsd4' : ['/usr/local', '/usr'],
71
'freebsd5' : ['/usr/local', '/usr'],
72
'freebsd6' : ['/usr/local', '/usr'],
0 commit comments