Skip to content

Commit 17a82f9

Browse files
committed
Minor cleanup
1 parent 474abc8 commit 17a82f9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setupext.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@
5858
'linux3' : ['/usr/local', '/usr'],
5959
'linux' : ['/usr/local', '/usr',],
6060
'cygwin' : ['/usr/local', '/usr',],
61-
62-
# darwin is Mac OS X.
63-
# The default configuration works for Apple's built-in python, python.org python and Homebrew python
64-
# If you use Fink python then prepend '/sw'
65-
# If you use MacPorts python then prepend '/opt/local'
66-
6761
'darwin' : ['/usr/local/', '/usr', '/usr/X11'],
6862
'freebsd4' : ['/usr/local', '/usr'],
6963
'freebsd5' : ['/usr/local', '/usr'],

0 commit comments

Comments
 (0)