Re: [PATCH] Makefile: put LIBS after LDFLAGS for imap-send
From: Junio C Hamano <hidden> Date: 2017-01-09 14:24:37
Johannes Schindelin [off-list ref] writes:
...
It is a bit curious that -lws2_32 *does* only show up in $(LIBS), but I
guess it is simply the fact that we use a newer GCC (gcc.exe (Rev2, Built
by MSYS2 project) 6.2.0) that allows Git for Windows to be built even
without this patch.
In any case, it does not break things, and it helps Cygwin, so: ACK