Ensure the ssl temp directory exists!
This commit is contained in:
parent
c3de008d62
commit
4b2030fe0d
|
@ -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…
Reference in New Issue