Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment