Thanks to visit codestin.com Credit goes to github.com
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 a4b170c commit d4464b7Copy full SHA for d4464b7
1 file changed
setupext.py
@@ -50,8 +50,15 @@
50
'linux2' : ['/usr/local', '/usr'],
51
'linux' : ['/usr/local', '/usr',],
52
'cygwin' : ['/usr/local', '/usr',],
53
- 'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
+ '_darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
54
'/usr', '/sw'],
55
+ # it appears builds with darwin are broken because of all the
56
+ # different flags the deps can be compile with, so I am pushing
57
+ # people to :
58
+ # make -f make.osx fetch deps mpl_build mpl_install
59
+
60
+ 'darwin' : [],
61
62
'freebsd4' : ['/usr/local', '/usr'],
63
'freebsd5' : ['/usr/local', '/usr'],
64
'freebsd6' : ['/usr/local', '/usr'],
0 commit comments