diff src/fontconfig.mk @ 3091:5ba57870c491

[MSVC] enable fontconfig compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 25 Jun 2013 10:55:35 -0400
parents 5ef49fb3299d
children 33ba1ba99057
line wrap: on
line diff
--- a/src/fontconfig.mk	Tue Jun 25 10:55:07 2013 -0400
+++ b/src/fontconfig.mk	Tue Jun 25 10:55:35 2013 -0400
@@ -25,7 +25,7 @@
         --prefix='$(HOST_PREFIX)' \
         --with-arch='$(TARGET)' \
         --disable-docs \
-        --with-expat='$(HOST_PREFIX)'
+        --with-expat='$(HOST_PREFIX)' && $(CONFIGURE_POST_HOOK)
     $(MAKE) -C '$(1)' -j '$(JOBS)' sbin_PROGRAMS= noinst_PROGRAMS=
     $(MAKE) -C '$(1)' -j 1 install sbin_PROGRAMS= noinst_PROGRAMS=
 endef