mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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 @@ class PyBuildExt(build_ext):
|
||||||
exts.append( Extension('_socket', ['socketmodule.c'],
|
exts.append( Extension('_socket', ['socketmodule.c'],
|
||||||
depends = ['socketmodule.h']) )
|
depends = ['socketmodule.h']) )
|
||||||
# Detect SSL support for the socket module (via _ssl)
|
# 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/local/ssl/include',
|
||||||
'/usr/contrib/ssl/include/'
|
'/usr/contrib/ssl/include/'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue