mirror of https://github.com/python/cpython
Fixed path to _ssl.c in Windows make file
This commit is contained in:
parent
34ab3db862
commit
763c06f760
|
@ -15,7 +15,7 @@ SSL_LIB_DIR=$(SSL_DIR)/out32
|
|||
INCLUDES=-I ../Include -I ../PC -I $(SSL_DIR)/inc32
|
||||
|
||||
SSL_LIBS=gdi32.lib wsock32.lib user32.lib advapi32.lib /LIBPATH:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
|
||||
SSL_SOURCE=../Modules/_ssl.c
|
||||
SSL_SOURCE=../../Modules/_ssl.c
|
||||
|
||||
HASH_LIBS=gdi32.lib user32.lib advapi32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib
|
||||
HASH_SOURCE=../Modules/_hashopenssl.c
|
||||
|
|
Loading…
Reference in New Issue