mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Ensure the ssl temp directory exists!
This commit is contained in:
parent
c3de008d62
commit
4b2030fe0d
1 changed files with 1 additions and 0 deletions
|
|
@ -17,4 +17,5 @@ LIBS=gdi32.lib wsock32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
|
|||
SOURCE=../Modules/_ssl.c
|
||||
|
||||
$(MODULE): $(SOURCE) ../PC/*.h ../Include/*.h
|
||||
@if not exist "$(TEMP_DIR)/." mkdir "$(TEMP_DIR)"
|
||||
cl /nologo $(SOURCE) $(CFLAGS) /Fo$(TEMP_DIR)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue