changeset 3092:b299bc8e349a

[MSVC] enable GLPK compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 25 Jun 2013 11:11:22 -0400
parents 5ba57870c491
children 58c12937d1ba
files src/glpk.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/glpk.mk	Tue Jun 25 10:55:35 2013 -0400
+++ b/src/glpk.mk	Tue Jun 25 11:11:22 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