Skip to content
  • Glen Low's avatar
    Fix Win32 build error: install tries to run fc-cache locally (bug 15928). · c6228a34
    Glen Low authored and Keith Packard's avatar Keith Packard committed
    When building in Win32 e.g. with MinGW, the install tries to run fc-cache
    locally but the required DLL's are not in the path. I've included a patch for
    this to fix Makefile.in to run fc-cache from bindir but obviously this should
    be applied to Makefile.am instead.
    
    (the second part of this patch was already in the tree)
    c6228a34