diff src/qhull.mk @ 3097:ee6f302d0659

[MSVC] enable QHull compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 25 Jun 2013 20:51:02 -0400
parents 5ef49fb3299d
children cf6f40cededb
line wrap: on
line diff
--- a/src/qhull.mk	Tue Jun 25 20:16:00 2013 -0400
+++ b/src/qhull.mk	Tue Jun 25 20:51:02 2013 -0400
@@ -21,6 +21,6 @@
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
-        --prefix='$(HOST_PREFIX)'
+        --prefix='$(HOST_PREFIX)' && $(CONFIGURE_POST_HOOK)
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install
 endef