Skip to content

Commit 84ff4b4

Browse files
mdboomtacaswell
authored andcommitted
BLD : add more paths for darwin
from mdboom, committed by tacaswell
1 parent e028970 commit 84ff4b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setupext.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ def get_base_dirs():
147147
return options['basedirlist']
148148

149149
basedir_map = {
150-
'win32': ['win32_static',],
151-
'darwin': ['/usr/local/', '/usr', '/usr/X11', '/opt/local'],
152-
'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local',],
150+
'win32': ['win32_static', ],
151+
'darwin': ['/usr/local/', '/usr', '/usr/X11',
152+
'/opt/X11', '/opt/local'],
153+
'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local', ],
153154
'gnu0': ['/usr'],
154155
'aix5': ['/usr/local'],
155156
}

0 commit comments

Comments
 (0)