changeset 3094:121b54e000ed

[MSVC] enable qrupdate compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 25 Jun 2013 11:48:24 -0400
parents 58c12937d1ba
children f2bbfa69647e
files src/qrupdate.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qrupdate.mk	Tue Jun 25 11:41:22 2013 -0400
+++ b/src/qrupdate.mk	Tue Jun 25 11:48:24 2013 -0400
@@ -28,7 +28,7 @@
         $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --prefix='$(HOST_PREFIX)' \
-        $($(PKG)_ENABLE_64_CONFIGURE_OPTIONS)
+        $($(PKG)_ENABLE_64_CONFIGURE_OPTIONS) && $(CONFIGURE_POST_HOOK)
 
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install
 endef