Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a720fd7

Browse files
committed
Merge pull request #965 from r-owen/master
Updated setupext.py that allows building on Mac OS X
2 parents b448b1f + 17a82f9 commit a720fd7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

setupext.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,7 @@
5858
'linux3' : ['/usr/local', '/usr'],
5959
'linux' : ['/usr/local', '/usr',],
6060
'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-
61+
'darwin' : ['/usr/local/', '/usr', '/usr/X11'],
7062
'freebsd4' : ['/usr/local', '/usr'],
7163
'freebsd5' : ['/usr/local', '/usr'],
7264
'freebsd6' : ['/usr/local', '/usr'],

0 commit comments

Comments
 (0)