changeset 3086:9b848bfe6f10

[MSVC] enable curl compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 24 Jun 2013 13:28:33 -0400
parents c81056b5528e
children 3663f6300abf
files src/curl.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)' \