changeset 3103:3402699ca431

[MSVC] enable lcms compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 27 Jun 2013 10:02:05 -0400
parents 14afb4dd1939
children 920e26e6c6a3
files src/lcms.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lcms.mk	Wed Jun 26 22:56:56 2013 -0400
+++ b/src/lcms.mk	Thu Jun 27 10:02:05 2013 -0400
@@ -22,6 +22,6 @@
         $(ENABLE_SHARED_OR_STATIC) \
         --with-jpeg \
         --with-tiff \
-        --with-zlib
+        --with-zlib && $(CONFIGURE_POST_HOOK)
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS=
 endef