Commit bcb32e91 authored by Thomas Braun's avatar Thomas Braun Committed by Daniel Stenberg
Browse files

Fix compilation with make mingw32



The source files from lib/vtls where generated in lib instead of lib/vtls.

Verified-by: default avatarThomas Braun <thomas.braun@virtuell-zuhause.de>
parent 0ab97ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ $(libcurl_dll_LIBRARY): $(libcurl_a_OBJECTS) $(RESOURCE) $(libcurl_dll_DEPENDENC
	  $(libcurl_a_OBJECTS) $(RESOURCE) $(DLL_LIBS)

%.o: %.c $(PROOT)/include/curl/curlbuild.h
	$(CC) $(INCLUDES) $(CFLAGS) -c $<
	$(CC) $(INCLUDES) $(CFLAGS) -c $< -o $@

%.res: %.rc
	$(RC) $(RCFLAGS) $< -o $@