mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Revert last checkin. Man, that was stupid.
This commit is contained in:
parent
210f5585d2
commit
c4c718057e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -397,7 +397,7 @@ def detect_modules(self):
|
|||
exts.append( Extension('_socket', ['socketmodule.c'],
|
||||
depends = ['socketmodule.h']) )
|
||||
# Detect SSL support for the socket module (via _ssl)
|
||||
ssl_incs = find_file('openssl/ssl.h', self.compiler.include_dirs,
|
||||
ssl_incs = find_file('openssl/ssl.h', inc_dirs,
|
||||
['/usr/local/ssl/include',
|
||||
'/usr/contrib/ssl/include/'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue