# HG changeset patch # User Michael Goffioul # Date 1372094913 14400 # Node ID 9b848bfe6f10f6d865225a2d4e9846ef275b2770 # Parent c81056b5528e5b5902fe44352120e725430dac28 [MSVC] enable curl compilation diff -r c81056b5528e -r 9b848bfe6f10 src/curl.mk --- a/src/curl.mk Sun Jun 23 23:33:41 2013 -0400 +++ b/src/curl.mk Mon Jun 24 13:28:33 2013 -0400 @@ -25,7 +25,7 @@ --with-libidn \ --enable-sspi \ --enable-ipv6 \ - --with-libssh2 + --with-libssh2 && $(CONFIGURE_POST_HOOK) $(MAKE) -C '$(1)' -j '$(JOBS)' install ## '$(MXE_CC)' \